-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to get the Imports/Depends straightened out
This corresponds to v. 0.2.1, just now submitted to CRAN.
- Loading branch information
Aron Eklund
committed
Aug 26, 2015
1 parent
0d56b5d
commit ca3b3f8
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Package: beeswarm | ||
Version: 0.2.0 | ||
Date: 2015-05-04 | ||
Version: 0.2.1 | ||
Date: 2015-08-26 | ||
Title: The Bee Swarm Plot, an Alternative to Stripchart | ||
Author: Aron Eklund | ||
Maintainer: Aron Eklund <eklund+beeswarm@cbs.dtu.dk> | ||
Depends: stats, graphics | ||
Maintainer: Aron Eklund <[email protected]> | ||
Imports: stats, graphics, grDevices, utils | ||
Description: The bee swarm plot is a one-dimensional scatter plot like "stripchart", but with closely-packed, non-overlapping points. | ||
License: Artistic-2.0 | ||
URL: http://www.cbs.dtu.dk/~eklund/beeswarm/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters