Skip to content

Commit b2299f8

Browse files
committed
recheck
1 parent 66153a2 commit b2299f8

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

cran-comments.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,37 @@
44

55
### OSX
66

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)
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.8
14+
* this is package ‘sigr’ version ‘1.1.0
1515
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
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.
1923

2024
### Windows
2125

2226
devtools::check_win_devel()
23-
* using R Under development (unstable) (2020-08-10 r79000)
27+
* using R Under development (unstable) (2020-09-09 r79174)
2428
* using platform: x86_64-w64-mingw32 (64-bit)
2529
* using session charset: ISO8859-1
2630
* checking for file 'sigr/DESCRIPTION' ... OK
2731
* checking extension type ... Package
28-
* this is package 'sigr' version '1.0.8'
32+
* this is package 'sigr' version '1.1.0'
2933
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
3034
Maintainer: 'John Mount <[email protected]>'
3135
...
3236
Status: OK
33-
37+
3438
## Downstream dependencies
3539

3640
Checked all reverse dependencies: https://github.com/WinVector/sigr/blob/master/extras/check_reverse_dependencies.md

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] "Tue Aug 11 07:51:16 2020"
11+
## [1] "Mon Sep 14 15:46:43 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//RtmpiOh37y"
30+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpXsMKn3"
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.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)
55+
## ## Reverse depends check of sigr 1.1.0
56+
## WVPlots_1.2.8 started at 2020-09-14 15:46:45 success at 2020-09-14 15:47:35 (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.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
65+
## Test of sigr 1.1.0 had 1 successes, 0 failures, and 0 skipped packages.
66+
## Ran from 2020-09-14 15:46:45 to 2020-09-14 15:47:35 for 50 secs
67+
## Average of 50 secs relative to 49.67 secs using 1 runners
6868
##
6969
## Failed packages:
7070
##

0 commit comments

Comments
 (0)