Skip to content

Commit

Permalink
Updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Apr 20, 2017
1 parent ff1b985 commit e7ccc7e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut"),
person("Jim", "Hester", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2010-2016
YEAR: 2010-2017
COPYRIGHT HOLDER: Hadley Wickham
22 changes: 10 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit e7ccc7e

Please sign in to comment.