Skip to content

Commit da8c07b

Browse files
committed
recheck
1 parent af69b22 commit da8c07b

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

cran-comments.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,32 @@
44

55
### OSX
66

7-
R CMD check --as-cran sigr_1.0.7.tar.gz
7+
R CMD check --as-cran sigr_1.0.8.tar.gz
88
* using R version 4.0.0 (2020-04-24)
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 ‘sigr/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘sigr’ version ‘1.0.7
14+
* this is package ‘sigr’ version ‘1.0.8
1515
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
Maintainer: ‘John Mount <[email protected]>’
17-
...
17+
...
1818
Status: OK
1919

2020
### Windows
2121

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
4433

4534
## Downstream dependencies
4635

extras/check_reverse_dependencies.md

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

11-
## [1] "Mon Aug 10 23:37:17 2020"
11+
## [1] "Tue Aug 11 07:51:16 2020"
1212

1313
``` r
1414
parallelCluster <- NULL
@@ -27,7 +27,7 @@ setwd(td)
2727
print(td)
2828
```
2929

30-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpOCO9Gr"
30+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpiOh37y"
3131

3232
``` r
3333
options(repos = c(CRAN="https://cloud.r-project.org"))
@@ -52,8 +52,8 @@ if(!is.null(parallelCluster)) {
5252
}
5353
```
5454

55-
## ## Reverse depends check of sigr 1.0.7
56-
## WVPlots_1.2.5 started at 2020-08-10 23:37:19 success at 2020-08-10 23:38:10 (1/0/0)
55+
## ## Reverse depends check of sigr 1.0.8
56+
## WVPlots_1.2.5 started at 2020-08-11 07:51:18 success at 2020-08-11 07:52:07 (1/0/0)
5757

5858
## [1] id title status
5959
## <0 rows> (or 0-length row.names)
@@ -62,9 +62,9 @@ if(!is.null(parallelCluster)) {
6262
summariseQueue(package=package, directory=td)
6363
```
6464

65-
## Test of sigr 1.0.7 had 1 successes, 0 failures, and 0 skipped packages.
66-
## Ran from 2020-08-10 23:37:19 to 2020-08-10 23:38:10 for 51 secs
67-
## Average of 51 secs relative to 51.596 secs using 1 runners
65+
## Test of sigr 1.0.8 had 1 successes, 0 failures, and 0 skipped packages.
66+
## Ran from 2020-08-11 07:51:18 to 2020-08-11 07:52:07 for 49 secs
67+
## Average of 49 secs relative to 49.034 secs using 1 runners
6868
##
6969
## Failed packages:
7070
##

0 commit comments

Comments
 (0)