Skip to content

Commit 7635228

Browse files
committed
check
1 parent 74757cc commit 7635228

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

cran-comments.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
## Test Results
33

44
tinytest::test_package('vtreat')
5-
All ok, 327 results (26.2s)
5+
All ok, 327 results (26.5s)
66

7-
R CMD check --as-cran vtreat_1.6.4.tar.gz
8-
* using R version 4.3.0 (2023-04-21)
9-
* using platform: x86_64-apple-darwin20 (64-bit)
107

11-
devtools::check_win_devel()
12-
* using R Under development (unstable) (2023-08-18 r84986 ucrt)
13-
* using platform: x86_64-w64-mingw32
8+
R CMD check --as-cran vtreat_1.6.5.tar.gz
9+
* using R version 4.3.0 (2023-04-21)
10+
* using platform: x86_64-apple-darwin20 (64-bit)
11+
1 Note (HTML notes)
12+
13+
14+
devtools::check_win_devel()
1415

15-
rhub::check_for_cran()
16-
skipped
1716

1817
## Downstream dependencies
1918

2019
Reverse checks no worse:
2120
https://github.com/WinVector/vtreat/blob/master/extras/check_reverse_dependencies.md
22-
crispRdesignR uncheckable as it depends on many non-CRAN packages.
21+
crispRdesignR uncheckable as it depends on many non-CRAN packages such as 'Biostrings', 'GenomicRanges', 'BiocGenerics', 'IRanges', 'GenomeInfoDb', 'S4Vectors', 'rtracklayer'.
2322

2423
Mount and Zumel are not mis-spellings.

extras/check_reverse_dependencies.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@ check_reverse_dependencies
44
``` r
55
repos <- c(CRAN="https://cloud.r-project.org")
66
library("prrd")
7+
```
8+
9+
## Warning: package 'prrd' was built under R version 4.3.2
10+
11+
``` r
712
orig_dir <- getwd()
813
# td <- tempdir()
914
td <- paste0(orig_dir, '/', 'revdep_tests')
1015
package = "vtreat"
1116
packageVersion(package)
1217
```
1318

14-
## [1] '1.6.4'
19+
## [1] '1.6.5'
1520

1621
``` r
1722
date()
1823
```
1924

20-
## [1] "Sat Aug 19 11:49:58 2023"
25+
## [1] "Wed Jun 12 08:47:17 2024"
2126

2227
``` r
2328
parallelCluster <- NULL
@@ -53,7 +58,7 @@ print(jobsdfe)
5358
```
5459

5560
## id title status
56-
## 1 1 crispRdesignR READY
61+
## 1 3 crispRdesignR READY
5762

5863
``` r
5964
mk_fn <- function(package, directory, repos) {
@@ -77,8 +82,8 @@ if(!is.null(parallelCluster)) {
7782
}
7883
```
7984

80-
## ## Reverse depends check of vtreat 1.6.4
81-
## crispRdesignR_1.1.7 started at 2023-08-19 11:49:59 failure at 2023-08-19 11:50:01 (0/0/1)
85+
## ## Reverse depends check of vtreat 1.6.5
86+
## crispRdesignR_1.1.7 started at 2024-06-12 08:47:18 failure at 2024-06-12 08:47:19 (0/0/1)
8287

8388
## [1] id title status
8489
## <0 rows> (or 0-length row.names)
@@ -87,9 +92,9 @@ if(!is.null(parallelCluster)) {
8792
summariseQueue(package=package, directory=td)
8893
```
8994

90-
## Test of vtreat 1.6.4 had 0 successes, 1 failures, and 0 skipped packages.
91-
## Ran from 2023-08-19 11:49:59 to 2023-08-19 11:50:01 for 2 secs
92-
## Average of 2 secs relative to 1.824 secs using 1 runners
95+
## Test of vtreat 1.6.5 had 0 successes, 3 failures, and 0 skipped packages.
96+
## Ran from 2024-06-12 08:45:15 to 2024-06-12 08:47:19 for 2.067 mins
97+
## Average of 41.333 secs relative to 1.204 secs using 3 runners
9398
##
9499
## Failed packages: crispRdesignR
95100
##

extras/revdep_tests/crispRdesignR.Rcheck/00check.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* R was compiled by
55
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
66
GNU Fortran (GCC) 12.2.0
7-
* running under: macOS Ventura 13.4.1
7+
* running under: macOS 14.5
88
* using session charset: UTF-8
99
* using options ‘--no-manual --no-vignettes’
1010
* checking for file ‘crispRdesignR/DESCRIPTION’ ... OK

extras/revdep_tests/crispRdesignR_1.1.7.tar.gz.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* R was compiled by
55
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
66
GNU Fortran (GCC) 12.2.0
7-
* running under: macOS Ventura 13.4.1
7+
* running under: macOS 14.5
88
* using session charset: UTF-8
99
* using options ‘--no-manual --no-vignettes’
1010
* checking for file ‘crispRdesignR/DESCRIPTION’ ... OK
Binary file not shown.

0 commit comments

Comments
 (0)