|
4 | 4 |
|
5 | 5 | ### OSX |
6 | 6 |
|
7 | | - R CMD check --as-cran sigr_1.0.8.tar.gz |
8 | | - * using R version 4.0.0 (2020-04-24) |
| 7 | + R CMD check --as-cran sigr_1.1.0.tar.gz |
| 8 | + * using R version 4.0.2 (2020-06-22) |
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.8’ |
| 14 | + * this is package ‘sigr’ version ‘1.1.0’ |
15 | 15 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
16 | 16 | Maintainer: ‘John Mount <[email protected]>’ |
17 | | - ... |
18 | | - Status: OK |
| 17 | + ... |
| 18 | + * checking for future file timestamps ... NOTE |
| 19 | + unable to verify current time |
| 20 | + ... |
| 21 | + Status: 1 NOTE |
| 22 | + Time check problem is a problem with check environment or remote service, not the package. |
19 | 23 |
|
20 | 24 | ### Windows |
21 | 25 |
|
22 | 26 | devtools::check_win_devel() |
23 | | - * using R Under development (unstable) (2020-08-10 r79000) |
| 27 | + * using R Under development (unstable) (2020-09-09 r79174) |
24 | 28 | * using platform: x86_64-w64-mingw32 (64-bit) |
25 | 29 | * using session charset: ISO8859-1 |
26 | 30 | * checking for file 'sigr/DESCRIPTION' ... OK |
27 | 31 | * checking extension type ... Package |
28 | | - * this is package 'sigr' version '1.0.8' |
| 32 | + * this is package 'sigr' version '1.1.0' |
29 | 33 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
30 | 34 | Maintainer: 'John Mount <[email protected]>' |
31 | 35 | ... |
32 | 36 | Status: OK |
33 | | - |
| 37 | + |
34 | 38 | ## Downstream dependencies |
35 | 39 |
|
36 | 40 | Checked all reverse dependencies: https://github.com/WinVector/sigr/blob/master/extras/check_reverse_dependencies.md |
|
0 commit comments