-There were no ERRORs or WARNINGs. I see one NOTE:
+There were no ERRORs or WARNINGs. I see two NOTEs:
* Found the following (possibly) invalid URLs:
URL: http://fueleconomy.gov
@@ -16,24 +16,28 @@ There were no ERRORs or WARNINGs. I see one NOTE:
`curl http://fueleconomy.gov` works, but `curl -I http://fueleconomy.gov`
(which sends a HEAD request) does not.
+* checking DESCRIPTION meta-information ... NOTE
+ Authors@R field gives persons with non-standard roles:
+ RStudio [cph, fnd]: fnd
+
+ I would rely like to capture the signficant funders in the authors list
+ so that can be correctly acknowledged.
+
##Reverse dependencies
* I ran `R CMD check` on 954 all reverse dependencies
(summary at https://github.com/hadley/ggplot2/blob/master/revdep/).
* Maintainers with NOTEs, WARNINGs, or ERRORS were notified on Oct 6,
- Oct 6, and again today.
+ Oct 25, and again today.
* There are a lot of WARNINGS/ERRORs, but I've carefully reviewed them
all and as far as I can tell they are either deliberate changes to
the ggplot2 API, or unrelated problems. I'm sorry there are so many -
I don't know how to better encourage package authors to submit
- updates. Every maintainer has been personally emailed at least twice.
-
-* I given a more detailed breakdown of ERRORs/WARNINGs
- (but not NOTEs below). Please let me know if there's anything else I
- can do to make this more helpful.
-
+ updates. Every maintainer has been personally emailed at least twice
+ before today.
+
###ggproto mistake
I unfortunately made an implementation error in ggproto (the OO system that ggplot2 uses) that inadvertently introduced a build-time dependency on ggplot2. I've fixed the problem and added a clear error message, but to fix a number of downstream failures will require a rebuild of the following packages against the new version of ggplot2:
@@ -67,14 +71,14 @@ This problem affects the following downstream packgaes:
###ggplot2 changes
-Need dev version of plotly: the maintainer is planning on submitting ASAP.
+Need dev version of plotly: the maintainer is planning on submitting ASAP:
-This is an automated email to let you know about the upcoming release of {{{ my_package }}}, which will be submitted to CRAN next week. I'm aiming for {{{ date }}}, but that date may move backwards if significant problems are uncovered. To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}).
+This is an automated email to let you know that I have submitted {{{ my_package }}}to cran today {{{ date }}}. To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}).
I found: {{{your_summary}}}.
@@ -9,8 +9,6 @@ I found: {{{your_summary}}}.
If I got an ERROR because I couldn't install your package (or one of it's dependencies), my apologies. Unfortunately I don't have the time to diagnose installation failures so you'll need to run the check yourself.
-Compared to the last set of checks, there is one big change: I discovered a major issue with ggproto which made it unexpectedly fragile. I have fixed the bug, but any package that provides an extension will need to be rebuilt. I will ask CRAN to do this for all packages on CRAN, but when checking your own package you will need to do it yourself.
-
Otherwise, please determine if this is a problem with my code or your code. If you think it's a problem with {{ my_package}}, please file an issue on github that attempts to recreate the problem with as little code as possible. If it's a problem with your code, please prepare an updated package for CRAN as soon as possible. The ERRORs and WARNINGs might not be caused by the update to {{{my_package}}}, but it really makes life easier (for both me and CRAN) if you also fix any other problems that may have accumulated over time. Please also try to minimise the NOTEs. It's not essential you do this, but the fewer the false positives the more likely we are to detect a real problem with your package.
To get the development version of {{{ my_package }}} so you can run the checks yourself, you can run:
0 comments on commit
f442f32