Skip to content

Commit e7ccc7e

Browse files
committed
Updates for release
1 parent ff1b985 commit e7ccc7e

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Encoding: UTF-8
22
Package: memoise
33
Title: Memoisation of Functions
4-
Version: 1.0.0.9001
4+
Version: 1.1.0
55
Authors@R: c(
66
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
77
person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre")),
@@ -18,8 +18,6 @@ Suggests:
1818
aws.s3,
1919
httr,
2020
covr
21-
Remotes:
22-
cloudyr/aws.s3,
23-
jimhester/covr
21+
Additional_repositories: http://cloudyr.github.io/drat
2422
License: MIT + file LICENSE
2523
RoxygenNote: 5.0.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2010-2016
1+
YEAR: 2010-2017
22
COPYRIGHT HOLDER: Hadley Wickham

cran-comments.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
I (Jim Hester) and taking over maintenance of the memoise package from Hadley
2-
Wickham.
3-
41
## Test environments
52
* local OS X install, R 3.2.3
63
* 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.
1916

2017
## Downstream dependencies
2118

22-
* I ran R CMD check on all 11 downstream dependencies of memoise
23-
Summary at: https://github.com/hadley/memoise/blob/master/revdep/summary.md
19+
* I ran R CMD check on all 21 downstream dependencies of memoise
20+
Summary at: https://github.com/hadley/memoise/blob/master/revdep/README.md
2421

25-
* There were 2 ERRORs:
22+
* There were 3 ERRORs:
2623

27-
* gWidgets2RGtk2: this is an error on OSX builds independent of memoise, it is
28-
currently failing in CRANs nightly builds with the same error.
29-
(https://www.r-project.org/nosvn/R.check/r-devel-osx-x86_64-clang/gWidgets2RGtk2-00check.html)
24+
* gWidgets2RGtk2, gWidgets2tcltk these are installation errors due to failure
25+
to install RGtk2 and are unrelated to memoise.
26+
* biolink: This error is a false positive, related to the method used to
27+
checking reverse dependencies and is unrelated to changes in memoise.
3028

31-
* surveillance: This looks like a error in the parallel code of surveillance
32-
which I believe is unrelated to it's use of memoise. I have notified the authors of
33-
the issue.
29+
* There was 1 WARNINGS:
30+
* regioneR: these NOTES and warnings are due to differences in Bioconductor
31+
and CRAN check procedures and are not due to changes in memoise.

0 commit comments

Comments
 (0)