Skip to content

Commit 9befbf5

Browse files
committed
recheck
1 parent 25d9566 commit 9befbf5

File tree

2 files changed

+40
-26
lines changed

2 files changed

+40
-26
lines changed

cran-comments.md

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,55 @@
44

55
### OSX
66

7-
R CMD check --as-cran WVPlots_1.2.7.tar.gz
7+
R CMD check --as-cran WVPlots_1.2.8.tar.gz
88
* using R version 4.0.2 (2020-06-22)
99
* using platform: x86_64-apple-darwin17.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
1212
* checking for file ‘WVPlots/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘WVPlots’ version ‘1.2.7
14+
* this is package ‘WVPlots’ version ‘1.2.8
1515
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
Maintainer: ‘John Mount <[email protected]>’
1717
...
18-
Status: OK
19-
18+
* checking for future file timestamps ... NOTE
19+
unable to verify current time
20+
...
21+
Status: 1 NOTE
22+
No idea why the check can not verify current time, suspect it is a services/environment issue- not a package issue.
23+
2024
### Windows
2125

2226
rhub::check_for_cran()
23-
765#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24-
766#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25-
767#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
26-
768#> setting R_REMOTES_STANDALONE to true
27-
769#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
28-
770#> setting _R_CHECK_FORCE_SUGGESTS_ to true
29-
771#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
30-
772#> * using log directory 'C:/Users/USERvbPLBeToMp/WVPlots.Rcheck'
31-
773#> * using R Under development (unstable) (2020-07-05 r78784)
32-
774#> * using platform: x86_64-w64-mingw32 (64-bit)
33-
775#> * using session charset: ISO8859-1
34-
776#> * using option '--as-cran'
35-
777#> * checking for file 'WVPlots/DESCRIPTION' ... OK
36-
778#> * checking extension type ... Package
37-
779#> * this is package 'WVPlots' version '1.2.7'
38-
780#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
39-
781#> Maintainer: 'John Mount '
40-
...
41-
Status: OK
27+
...
28+
771#> setting _R_CHECK_FORCE_SUGGESTS_ to false
29+
772#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
30+
773#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
31+
774#> setting R_REMOTES_STANDALONE to true
32+
775#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
33+
776#> setting _R_CHECK_FORCE_SUGGESTS_ to true
34+
777#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
35+
778#> * using log directory 'C:/Users/USEROWPNbKTAex/WVPlots.Rcheck'
36+
779#> * using R Under development (unstable) (2020-07-05 r78784)
37+
780#> * using platform: x86_64-w64-mingw32 (64-bit)
38+
781#> * using session charset: ISO8859-1
39+
782#> * using option '--as-cran'
40+
783#> * checking for file 'WVPlots/DESCRIPTION' ... OK
41+
784#> * checking extension type ... Package
42+
785#> * this is package 'WVPlots' version '1.2.8'
43+
786#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
44+
787#> Maintainer: 'John Mount '
45+
...
46+
799#> * checking for future file timestamps ... NOTE
47+
800#> unable to verify current time
48+
...
49+
844#> Status: 1 NOTE
50+
No idea why the check can not verify current time, suspect it is a services/environment issue- not a package issue.
51+
52+
devtools::check_win_devel()
53+
...
54+
Error in curl::curl_fetch_memory(url, handle = h) :
55+
Timeout was reached: [win-builder.r-project.org] FTP response timeout
4256

4357
## Downstream dependencies
4458

extras/check_reverse_dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package = "WVPlots"
88
date()
99
```
1010

11-
## [1] "Mon Aug 24 06:28:17 2020"
11+
## [1] "Thu Sep 3 15:11:46 2020"
1212

1313
``` r
1414
packageVersion(package)
1515
```
1616

17-
## [1] '1.2.7'
17+
## [1] '1.2.8'
1818

1919
``` r
2020
parallelCluster <- NULL
@@ -33,7 +33,7 @@ setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpIC4Ute"
36+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpSUXoOu"
3737

3838
``` r
3939
options(repos = c(CRAN="https://cloud.r-project.org"))

0 commit comments

Comments
 (0)