Skip to content

Commit

Permalink
Try to get the Imports/Depends straightened out
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
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/
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ S3method(beeswarm, formula)
S3method(bxplot, default)
S3method(bxplot, formula)

importFrom("grDevices", "extendrange", "xy.coords")
importFrom("graphics", "axis", "box", "boxplot", "par", "plot", "points", "segments", "xinch", "yinch")
importFrom("stats", "approx", "density", "na.omit", "quantile", "runif")
importFrom("utils", "head", "tail")
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
beeswarm NEWS

Changes in version 0.2.1 (2015-08-26)

- Corrected NAMESPACE and DESCRIPTION to properly indicate Imports and to remove unnecessary Depends.


Changes in version 0.2.0 (2015-05-04)

- New arguments "side" and "priority" for beeswarm, swarmx, and swarmy. "side" allows swarms to grow on only one side rather than both sides. "priority" controls the order in which swarms are built, thus affecting the appearance of the plot. Thanks to Jon Lake and Brad Stiritz for suggestions.
Expand Down

0 comments on commit ca3b3f8

Please sign in to comment.