From e7ccc7e46c3a6855cf9ea13e7f1575d7aa1d5d71 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Thu, 20 Apr 2017 11:45:01 -0400 Subject: [PATCH] Updates for release --- DESCRIPTION | 6 ++---- LICENSE | 2 +- cran-comments.md | 22 ++++++++++------------ 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fce41ab..1b5a2b9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Encoding: UTF-8 Package: memoise Title: Memoisation of Functions -Version: 1.0.0.9001 +Version: 1.1.0 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"), person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre")), @@ -18,8 +18,6 @@ Suggests: aws.s3, httr, covr -Remotes: - cloudyr/aws.s3, - jimhester/covr +Additional_repositories: http://cloudyr.github.io/drat License: MIT + file LICENSE RoxygenNote: 5.0.1 diff --git a/LICENSE b/LICENSE index 267ea46..3136e20 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2010-2016 +YEAR: 2010-2017 COPYRIGHT HOLDER: Hadley Wickham diff --git a/cran-comments.md b/cran-comments.md index a358267..3e3484e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,3 @@ -I (Jim Hester) and taking over maintenance of the memoise package from Hadley -Wickham. - ## Test environments * local OS X install, R 3.2.3 * ubuntu 12.04 (on travis-ci), R 3.2.2 @@ -19,15 +16,16 @@ Both of these cases seem to be appropriate and correct spellings. ## Downstream dependencies -* I ran R CMD check on all 11 downstream dependencies of memoise - Summary at: https://github.com/hadley/memoise/blob/master/revdep/summary.md +* I ran R CMD check on all 21 downstream dependencies of memoise + Summary at: https://github.com/hadley/memoise/blob/master/revdep/README.md -* There were 2 ERRORs: +* There were 3 ERRORs: - * gWidgets2RGtk2: this is an error on OSX builds independent of memoise, it is - currently failing in CRANs nightly builds with the same error. - (https://www.r-project.org/nosvn/R.check/r-devel-osx-x86_64-clang/gWidgets2RGtk2-00check.html) + * gWidgets2RGtk2, gWidgets2tcltk these are installation errors due to failure + to install RGtk2 and are unrelated to memoise. + * biolink: This error is a false positive, related to the method used to + checking reverse dependencies and is unrelated to changes in memoise. - * surveillance: This looks like a error in the parallel code of surveillance - which I believe is unrelated to it's use of memoise. I have notified the authors of - the issue. +* There was 1 WARNINGS: + * regioneR: these NOTES and warnings are due to differences in Bioconductor + and CRAN check procedures and are not due to changes in memoise.