Skip to content

Commit 702b43f

Browse files
committed
Add cran-comments
1 parent d993f04 commit 702b43f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ visual_test
55
^/\.gitattributes$
66
^inst/web$
77
^notes$
8+
^cran-comments.md$

cran-comments.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This submission of ggplot2 fixes \donttest{} examples.
2+
3+
## Test environments
4+
* OS X, R 3.1.3
5+
* OS X, R-devel
6+
* Ubuntu 14.04, R 3.1.3
7+
* win-builder (devel and release)
8+
9+
## R CMD check results
10+
11+
There were no ERRORs or WARNINGs. There was 1 NOTE:
12+
13+
* Possibly mis-spelled words in DESCRIPTION:
14+
ggplot (16:43)
15+
16+
ggplot is, of course, spelled correctly.
17+
18+
On R-devel for Windows x64, the tests hung and did not complete. We encountered some similar strange errors in our local testing, until we rebuilt and reinstalled packages from source. After doing that, the R CMD CHECK passed as above without problems.
19+
20+
## Downstream dependencies
21+
We did not run checks on downstream dependencies, because there were no behaviour modifying changes to the code.
22+

0 commit comments

Comments
 (0)