|
1 |
| -## Release summary |
2 | 1 |
|
3 |
| -* Switches maintainer to Max Kuhn |
| 2 | +We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
4 | 3 |
|
5 |
| -## Test environments |
6 |
| - |
7 |
| -* Ubuntu 18.04.2 LTS, R 3.6.2 |
8 |
| -* Ubuntu 16.04 (on travis-ci), R 3.6.1 |
9 |
| - |
10 |
| -## R CMD check results |
11 |
| -* 0 errors | 0 warnings | 0 notes |
| 4 | + * We saw 0 new problems |
| 5 | + * We failed to check 0 packages |
| 6 | + |
| 7 | + ``` |
| 8 | +* using log directory 'd:/RCompile/CRANguest/R-devel/usemodels.Rcheck' |
| 9 | +* using R Under development (unstable) (2020-11-14 r79432) |
| 10 | +* using platform: x86_64-w64-mingw32 (64-bit) |
| 11 | +* using session charset: ISO8859-1 |
| 12 | +* checking for file 'usemodels/DESCRIPTION' ... OK |
| 13 | +* this is package 'usemodels' version '0.1.0' |
| 14 | +* package encoding: UTF-8 |
| 15 | +* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 16 | +Maintainer: 'Max Kuhn <[email protected]>' |
| 17 | +* checking package namespace information ... OK |
| 18 | +* checking package dependencies ... OK |
| 19 | +* checking if this is a source package ... OK |
| 20 | +* checking if there is a namespace ... OK |
| 21 | +* checking for hidden files and directories ... OK |
| 22 | +* checking for portable file names ... OK |
| 23 | +* checking serialization versions ... OK |
| 24 | +* checking whether package 'usemodels' can be installed ... OK |
| 25 | +* checking installed package size ... OK |
| 26 | +* checking package directory ... OK |
| 27 | +* checking for future file timestamps ... OK |
| 28 | +* checking DESCRIPTION meta-information ... OK |
| 29 | +* checking top-level files ... OK |
| 30 | +* checking for left-over files ... OK |
| 31 | +* checking index information ... OK |
| 32 | +* checking package subdirectories ... OK |
| 33 | +* checking R files for non-ASCII characters ... OK |
| 34 | +* checking R files for syntax errors ... OK |
| 35 | +* loading checks for arch 'i386' |
| 36 | +** checking whether the package can be loaded ... OK |
| 37 | +** checking whether the package can be loaded with stated dependencies ... OK |
| 38 | +** checking whether the package can be unloaded cleanly ... OK |
| 39 | +** checking whether the namespace can be loaded with stated dependencies ... OK |
| 40 | +** checking whether the namespace can be unloaded cleanly ... OK |
| 41 | +** checking loading without being on the library search path ... OK |
| 42 | +** checking use of S3 registration ... OK |
| 43 | +* loading checks for arch 'x64' |
| 44 | +** checking whether the package can be loaded ... OK |
| 45 | +** checking whether the package can be loaded with stated dependencies ... OK |
| 46 | +** checking whether the package can be unloaded cleanly ... OK |
| 47 | +** checking whether the namespace can be loaded with stated dependencies ... OK |
| 48 | +** checking whether the namespace can be unloaded cleanly ... OK |
| 49 | +** checking loading without being on the library search path ... OK |
| 50 | +** checking use of S3 registration ... OK |
| 51 | +* checking dependencies in R code ... OK |
| 52 | +* checking S3 generic/method consistency ... OK |
| 53 | +* checking replacement functions ... OK |
| 54 | +* checking foreign function calls ... OK |
| 55 | +* checking R code for possible problems ... [13s] OK |
| 56 | +* checking Rd files ... [0s] OK |
| 57 | +* checking Rd metadata ... OK |
| 58 | +* checking Rd line widths ... OK |
| 59 | +* checking Rd cross-references ... OK |
| 60 | +* checking for missing documentation entries ... OK |
| 61 | +* checking for code/documentation mismatches ... OK |
| 62 | +* checking Rd \usage sections ... OK |
| 63 | +* checking Rd contents ... OK |
| 64 | +* checking for unstated dependencies in examples ... OK |
| 65 | +* checking examples ... |
| 66 | +** running examples for arch 'i386' ... [5s] OK |
| 67 | +** running examples for arch 'x64' ... [5s] OK |
| 68 | +* checking for unstated dependencies in 'tests' ... OK |
| 69 | +* checking tests ... |
| 70 | +** running tests for arch 'i386' ... [6s] OK |
| 71 | + Running 'spelling.R' [0s] |
| 72 | + Running 'testthat.R' [5s] |
| 73 | +** running tests for arch 'x64' ... [5s] OK |
| 74 | + Running 'spelling.R' [0s] |
| 75 | + Running 'testthat.R' [4s] |
| 76 | +* checking PDF version of manual ... OK |
| 77 | +* checking for detritus in the temp directory ... OK |
| 78 | +* DONE |
| 79 | +Status: OK |
| 80 | +``` |
0 commit comments