|
1 | 1 | ## Test environments
|
2 |
| -* local OS X install, R 3.2.1 |
3 |
| -* ubuntu 12.04 (on travis-ci), R 3.2.2 |
| 2 | +* local OS X install, R 3.2.4 |
| 3 | +* ubuntu 12.04 (on travis-ci), R 3.2.4 |
4 | 4 | * win-builder (devel and release)
|
5 | 5 |
|
6 | 6 | ## R CMD check results
|
7 |
| -There were no ERRORs or WARNINGs. |
8 |
| - |
9 |
| -There were 2 NOTEs: |
10 |
| - |
11 |
| -* checking foreign function calls ... NOTE |
12 |
| - Evaluating ‘dll$foo’ during check gives error |
13 |
| - |
14 |
| - This is part of a dynamic check to see if the user can compile packages |
15 |
| - so `dll` does not exist during checking. |
| 7 | +There were no ERRORs, WARNINGs, and 1 NOTES. |
16 | 8 |
|
17 | 9 | * Found the following (possibly) invalid URLs:
|
18 | 10 | URL: https://cran.r-project.org/web/packages/policies.html
|
19 | 11 |
|
20 | 12 | This is a false positive as this isn't a url to a package.
|
21 | 13 |
|
22 |
| -* checking R code for possible problems ... NOTE |
23 |
| - Found the following calls to attach(): |
24 |
| - File 'devtools/R/package-env.r': |
25 |
| - attach(NULL, name = pkg_env_name(pkg)) |
26 |
| - File 'devtools/R/shims.r': |
27 |
| - attach(e, name = "devtools_shims", warn.conflicts = FALSE) |
28 |
| - |
29 |
| - These are needed because devtools simulates package loading, and hence |
30 |
| - needs to attach environments to the search path. |
| 14 | +(Note that devtools requires >=0.7.0 of the suggested package gmailr, but the current CRAN version is 0.6.0. This isn't flagged as a problem, but the maintainer is preparing a release in the very near future.) |
31 | 15 |
|
32 | 16 | ## Downstream dependencies
|
33 | 17 |
|
34 |
| -* I ran R CMD check on all 75 downstream dependencies of devtools. |
35 |
| - Summary at: https://github.com/hadley/devtools/blob/master/revdep/summary.md |
| 18 | +* I ran R CMD check on all 77 downstream dependencies of devtools. |
| 19 | + Summary at: https://github.com/hadley/devtools/blob/master/revdep/ |
36 | 20 |
|
37 |
| -* There were 2 ERRORs: |
| 21 | +* There was 1 ERROR: |
38 | 22 |
|
39 |
| - * assertive.reflection: this is an error in `\donttest()` which is |
40 |
| - now found by devtools (since it always does `--run-donttest`. |
| 23 | + * BrailleR: checking examples ... ERROR |
| 24 | + |
| 25 | + Appears to be graphics related, so unlikely to be related to devtools. |
41 | 26 |
|
42 |
| - * jiebaR: this looks like a problem caused by the moving of roxygen2 from |
43 |
| - imports to suggests. I'm working with the authors to get a updated version |
44 |
| - to CRAN ASAP. |
| 27 | +* I failed to install dependencies for: biomartr, demi, FedData, myTAI, NMF |
0 commit comments