[med-svn] [r-cran-beeswarm] 01/02: Imported Upstream version 0.2.1

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Thu Sep 10 06:34:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

bob.dybian-guest pushed a commit to branch master
in repository r-cran-beeswarm.

commit 141bccdf1760bacaed1359c581abf69553991fde
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Thu Sep 10 08:34:13 2015 +0200

    Imported Upstream version 0.2.1
---
 DESCRIPTION | 12 ++++++------
 MD5         |  7 ++++---
 NAMESPACE   |  4 ++++
 NEWS        |  5 +++++
 README.md   | 22 ++++++++++++++++++++++
 5 files changed, 41 insertions(+), 9 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 05175db..8ce6afb 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,14 +1,14 @@
 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 at cbs.dtu.dk>
-Depends: stats, graphics
+Maintainer: Aron Eklund <eklund at cbs.dtu.dk>
+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/
 NeedsCompilation: no
-Packaged: 2015-05-04 12:54:32 UTC; aron
+Packaged: 2015-08-26 19:51:55 UTC; aron
 Repository: CRAN
-Date/Publication: 2015-05-04 15:48:52
+Date/Publication: 2015-08-29 14:29:03
diff --git a/MD5 b/MD5
index 0b5cb98..c0003ef 100644
--- a/MD5
+++ b/MD5
@@ -1,9 +1,10 @@
-a9fb6c11b9a5cc9d4316b590acee4927 *DESCRIPTION
-b641ad00a22a083cca208de1fb31b268 *NAMESPACE
-edc1989bd7d1d741e9c7e27b0d1d56ae *NEWS
+c451e2c86a29d5c7d7a21bcf348778d3 *DESCRIPTION
+eb4e245537123b9485b4e0b3d00f4f61 *NAMESPACE
+c9c0f10f947940308d35aeed069c4aae *NEWS
 1c98d3ec63a0d15d8421d8295415888c *R/beeswarm.R
 99b47bff686cbb9afaf34e18a74ce49d *R/bxplot.R
 16cc12d2742742718c88949f18d5ac5d *R/zzz.R
+1a19e283dbfe0c6d3d8db1e0d21db033 *README.md
 bcf102fab14afb8d779c8c4148685174 *data/breast.RData
 25cf8f880ceab450935c22bc91bb5f74 *man/beeswarm.Rd
 1ee38a2972fa0874a81c807e36dd22a6 *man/breast.Rd
diff --git a/NAMESPACE b/NAMESPACE
index 71c1a65..4825962 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -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")
diff --git a/NEWS b/NEWS
index 0c20b1b..c822ca2 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f6dd9b9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+beeswarm
+========
+
+An R package implementing bee swarm plots
+
+
+You can see some examples here:
+http://www.cbs.dtu.dk/~eklund/beeswarm/
+
+
+Installation
+------------
+
+You can install the latest release on CRAN like this:
+
+	install.packages("beeswarm")
+
+
+You can install the latest development version from GitHub like this:
+
+	library(devtools)
+	install_github("aroneklund/beeswarm")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-beeswarm.git



More information about the debian-med-commit mailing list