[med-svn] [r-cran-reshape] 01/08: New upstream version 0.8.6

Andreas Tille tille at debian.org
Wed Nov 9 08:25:44 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-reshape.

commit d784951361000382715a6501cfdbe433bcac4fa7
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 8 23:55:47 2016 +0100

    New upstream version 0.8.6
---
 DESCRIPTION   | 20 +++++++++++---------
 LICENSE       |  2 +-
 MD5           | 10 +++++-----
 NAMESPACE     | 26 ++++++++++++++++++++++++++
 NEWS          |  4 ++++
 inst/CITATION |  2 +-
 6 files changed, 48 insertions(+), 16 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 018d126..d8a8257 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,16 +1,18 @@
 Package: reshape
-Type: Package
-Title: Flexibly reshape data.
-Version: 0.8.5
-Author: Hadley Wickham <h.wickham at gmail.com>
-Maintainer: Hadley Wickham <h.wickham at gmail.com>
-Description: Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast.
+Version: 0.8.6
+Title: Flexibly Reshape Data
+Description: Flexibly restructure and aggregate data using 
+  just two functions: melt and cast.
+Authors at R: 
+    person("Hadley", "Wickham", , "hadley at rstudio.com", c("aut", "cre"))
 URL: http://had.co.nz/reshape
 Depends: R (>= 2.6.1)
 Imports: plyr
 License: MIT + file LICENSE
 LazyData: true
-Packaged: 2014-04-22 14:44:28 UTC; hadley
-NeedsCompilation: no
+NeedsCompilation: yes
+Packaged: 2016-10-21 19:41:33 UTC; hadley
+Author: Hadley Wickham [aut, cre]
+Maintainer: Hadley Wickham <hadley at rstudio.com>
 Repository: CRAN
-Date/Publication: 2014-04-23 01:52:33
+Date/Publication: 2016-10-21 21:41:49
diff --git a/LICENSE b/LICENSE
index 02969bc..eb54e63 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,2 +1,2 @@
-YEAR: 2008-2014
+YEAR: 2008-2016
 COPYRIGHT HOLDER: Hadley Wickham
diff --git a/MD5 b/MD5
index fe6e59e..f4e8f88 100644
--- a/MD5
+++ b/MD5
@@ -1,8 +1,8 @@
 4ec210e8ef551307ee7fc870d167fbea *CHANGELOG
-356bca7ad66b699a82543c275f40c7eb *DESCRIPTION
-c7ea166b434ab74f81ce002ea5d87b07 *LICENSE
-16b3d85a626fc9849efb8d03c1e5e0da *NAMESPACE
-1fcdf72bdc9260a644599ae31126f10c *NEWS
+4a81e19aab84d1492a19ec3c890055a0 *DESCRIPTION
+581827da3959cce1750fb90f1eb98ec8 *LICENSE
+e9d0e50b592127b51323caa506853e1a *NAMESPACE
+4c9e0b34d99103dd9eda663a12f8b21f *NEWS
 d29587c851a9369450419492f344693e *R/cast.r
 0e207eeffd3dda9124769723c4d3623c *R/condense.r
 01bc93013826a532485da25ebc012a59 *R/dimnames.r
@@ -19,7 +19,7 @@ df49a27b899e8e1171799eab7a252b00 *R/stamp.r
 11d6f343f97ca34edc7cb5ad4a174d05 *data/french_fries.rda
 931bb9da3bce71ebcb25ba53c5dcd1e5 *data/smiths.rda
 6a3f0a74f813cd68547e665f42b8a3cb *data/tips.rda
-61445c2aa8064e816b981712ec2132a2 *inst/CITATION
+65c42a00577963460630e0bd5a7d9933 *inst/CITATION
 4bfb5681ced65b27a57357f2679e1273 *man/add-all-combinations-dk.rd
 195cb4dc67494405bfb9cbe2c2d7f3a0 *man/add-missing-levels-ko.rd
 aa1c0744c841fe83790e0b92bb4dc386 *man/all-vars-character-rs.rd
diff --git a/NAMESPACE b/NAMESPACE
index f672450..0f03c4e 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,2 +1,28 @@
 exportPattern("^[^\\.]")
 import(plyr)
+
+importFrom("stats", "complete.cases", "mad", "median", "sd")
+importFrom("utils", "str", "type.convert")
+
+S3method(all.vars,character)
+S3method(as.data.frame,cast_df)
+S3method(as.data.frame,cast_matrix)
+S3method(as.matrix,cast_df)
+S3method(as.matrix,cast_matrix)
+S3method(colsplit,character)
+S3method(colsplit,factor)
+S3method(melt,array)
+S3method(melt,cast_df)
+S3method(melt,cast_matrix)
+S3method(melt,data.frame)
+S3method(melt,default)
+S3method(melt,list)
+S3method(melt,matrix)
+S3method(melt,table)
+S3method(print,cast_df)
+S3method(print,cast_matrix)
+S3method(rescaler,data.frame)
+S3method(rescaler,default)
+S3method(rescaler,matrix)
+S3method(str,cast_df)
+S3method(str,cast_matrix)
diff --git a/NEWS b/NEWS
index 5a3480f..aa0fed4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Reshape 0.8.6 ------------------------------------------------
+
+* fix outstanding R CMD check problems
+
 Reshape 0.8.5 ---------------------------------------------------
 
 * fix outstanding R CMD check problems
diff --git a/inst/CITATION b/inst/CITATION
index be7569e..6d49c5b 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -9,4 +9,4 @@ citEntry(entry = "article",
   volume = "21",
   year = "2007",
   textVersion = "H. Wickham. Reshaping data with the reshape package. Journal of Statistical Software, 21(12), 2007."
-)
\ No newline at end of file
+)

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



More information about the debian-med-commit mailing list