Skip to content

Commit 3207a87

Browse files
committed
finish checks
1 parent f295dab commit 3207a87

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

cran-comments.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,40 @@
55
### OSX
66

77
R CMD check --as-cran WVPlots_1.2.6.tar.gz
8-
9-
10-
### Windows
11-
12-
devtools::check_win_devel()
13-
* using R Under development (unstable) (2020-08-10 r79000)
14-
* using platform: x86_64-w64-mingw32 (64-bit)
15-
* using session charset: ISO8859-1
16-
* checking for file 'WVPlots/DESCRIPTION' ... OK
8+
* using R version 4.0.2 (2020-06-22)
9+
* using platform: x86_64-apple-darwin17.0 (64-bit)
10+
* using session charset: UTF-8
11+
* using option ‘--as-cran’
12+
* checking for file ‘WVPlots/DESCRIPTION’ ... OK
1713
* checking extension type ... Package
18-
* this is package 'WVPlots' version '1.2.6'
14+
* this is package WVPlots version 1.2.6
1915
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
20-
Maintainer: 'John Mount <[email protected]>'
16+
Maintainer: John Mount <[email protected]>
2117
...
2218
Status: OK
19+
20+
### Windows
21+
22+
rhub::check_for_cran()
23+
891#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24+
892#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25+
893#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
26+
894#> setting R_REMOTES_STANDALONE to true
27+
895#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
28+
896#> setting _R_CHECK_FORCE_SUGGESTS_ to true
29+
897#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
30+
898#> * using log directory 'C:/Users/USEREfAgOrpWty/WVPlots.Rcheck'
31+
899#> * using R Under development (unstable) (2020-07-05 r78784)
32+
900#> * using platform: x86_64-w64-mingw32 (64-bit)
33+
901#> * using session charset: ISO8859-1
34+
902#> * using option '--as-cran'
35+
903#> * checking for file 'WVPlots/DESCRIPTION' ... OK
36+
904#> * checking extension type ... Package
37+
905#> * this is package 'WVPlots' version '1.2.6'
38+
906#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
39+
907#> Maintainer: 'John Mount '
40+
...
41+
963#> Status: OK
2342

2443
## Downstream dependencies
2544

0 commit comments

Comments
 (0)