You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+1-54Lines changed: 1 addition & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -24,57 +24,4 @@ There were no ERRORs or WARNINGs. I see one NOTE:
24
24
25
25
## Downstream dependencies
26
26
27
-
This version of ggplot2 contains substantial changes (hence the bump in the major version number), and I've done my best to get the reverse dependencies updated. I started the release process over two months ago, and I have notified maintainers three times (and I'll notify them again today).
28
-
29
-
Unfortunately there are still widespread check failures (mostly new WARNINGS). They are mostly caused by three changes:
30
-
31
-
* ggplot2 now imports and exports `unit()` and `arrow()` from grid, and
32
-
`alpha()` from scales. Many packages seem to have unused unqualified import
33
-
statements which now generates a warning on package install. (You could argue
34
-
that this is a false positive since the conflicting names both point to the
This is an automated email to let you know about the upcoming release of {{{ my_package }}}, which will be submitted to CRAN on __{{{ date }}}__. I'll also be updating gtable and scales at the same time.
4
+
5
+
To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}). I found {{{your_summary}}}.
6
+
7
+
{{#you_have_problems}}
8
+
{{{your_results}}}
9
+
10
+
Please submit an update to fix any ERRORs or WARNINGs. They may not be caused by the update to {{{my_package}}}, but it really makes life easier 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 I am to detect a real problem with your package.
11
+
12
+
If I couldn't install your package, I'd recommend you check it yourself. Unfortunately I don't have the resources to manually fix installation failures. Because there are so many dependencies of ggplot2, I'm unable to handle false positives - you'll just need to ignore these emails if you don't think there's actually a problem.
13
+
14
+
To get the development version of {{{ my_package }}} so you can run the checks yourself, you can run:
15
+
16
+
# install.packages("devtools")
17
+
devtools::install_github("{{my_github}}")
18
+
19
+
To see what's changed visit <https://github.com/{{{my_github}}}/blob/master/NEWS.md>.
20
+
21
+
{{/you_have_problems}}
22
+
{{^you_have_problems}}
23
+
It looks like everything is ok, so you don't need to take any action, but you might want to read the NEWS, <https://github.com/{{{my_github}}}/blob/master/NEWS.md>, to see what's changed.
24
+
{{/you_have_problems}}
25
+
26
+
If you have any questions about this email, please feel free to respond directly.
0 commit comments