|
4 | 4 |
|
5 | 5 | ### OSX |
6 | 6 |
|
7 | | - R CMD check --as-cran sigr_1.0.7.tar.gz |
| 7 | + R CMD check --as-cran sigr_1.0.8.tar.gz |
8 | 8 | * using R version 4.0.0 (2020-04-24) |
9 | 9 | * using platform: x86_64-apple-darwin17.0 (64-bit) |
10 | 10 | * using session charset: UTF-8 |
11 | 11 | * using option ‘--as-cran’ |
12 | 12 | * checking for file ‘sigr/DESCRIPTION’ ... OK |
13 | 13 | * checking extension type ... Package |
14 | | - * this is package ‘sigr’ version ‘1.0.7’ |
| 14 | + * this is package ‘sigr’ version ‘1.0.8’ |
15 | 15 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
16 | 16 | Maintainer: ‘John Mount <[email protected]>’ |
17 | | - ... |
| 17 | + ... |
18 | 18 | Status: OK |
19 | 19 |
|
20 | 20 | ### Windows |
21 | 21 |
|
22 | | - rhub::check_for_cran() |
23 | | - 442#> setting _R_CHECK_FORCE_SUGGESTS_ to false |
24 | | - 443#> setting R_COMPILE_AND_INSTALL_PACKAGES to never |
25 | | - 444#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false |
26 | | - 445#> setting R_REMOTES_STANDALONE to true |
27 | | - 446#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true |
28 | | - 447#> setting _R_CHECK_FORCE_SUGGESTS_ to true |
29 | | - 448#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true |
30 | | - 449#> * using log directory 'C:/Users/USERaTOyHIbqnv/sigr.Rcheck' |
31 | | - 450#> * using R Under development (unstable) (2020-07-05 r78784) |
32 | | - 451#> * using platform: x86_64-w64-mingw32 (64-bit) |
33 | | - 452#> * using session charset: ISO8859-1 |
34 | | - 453#> * using option '--as-cran' |
35 | | - 454#> * checking for file 'sigr/DESCRIPTION' ... OK |
36 | | - 455#> * checking extension type ... Package |
37 | | - 456#> * this is package 'sigr' version '1.0.7' |
38 | | - 457#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
39 | | - 458#> Maintainer: 'John Mount ' |
40 | | - 470#> * checking for future file timestamps ... NOTE |
41 | | - 471#> unable to verify current time |
42 | | - 515#> Status: 1 NOTE |
43 | | - "unable to verify current time" is a property of testing environment, not the package. |
| 22 | + devtools::check_win_devel() |
| 23 | + * using R Under development (unstable) (2020-08-10 r79000) |
| 24 | + * using platform: x86_64-w64-mingw32 (64-bit) |
| 25 | + * using session charset: ISO8859-1 |
| 26 | + * checking for file 'sigr/DESCRIPTION' ... OK |
| 27 | + * checking extension type ... Package |
| 28 | + * this is package 'sigr' version '1.0.8' |
| 29 | + * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 30 | + Maintainer: 'John Mount <[email protected]>' |
| 31 | + ... |
| 32 | + Status: OK |
44 | 33 |
|
45 | 34 | ## Downstream dependencies |
46 | 35 |
|
|
0 commit comments