- using R version 4.6.0 alpha (2026-03-30 r89743)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
* current time: 2026-04-04 13:41:04 UTC
- checking for file ‘reproducible/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘reproducible’ version ‘3.0.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘qs2’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘reproducible’ can be installed ... [12s/18s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [18s/26s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [14s/17s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [42s/68s] ERROR
Running ‘test-all.R’ [41s/68s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
>
> # NOTE: ALL OPTIONS ARE BEING SET IN tests/testthat/setup.R
>
> ## run all tests using different combinations of env vars
> if (nzchar(Sys.getenv("NOT_CRAN")) && as.logical(Sys.getenv("NOT_CRAN"))) {
+ Sys.setenv(R_REPRODUCIBLE_RASTER_READ = "raster::raster")
+ Sys.setenv(R_REPRODUCIBLE_USE_DBI = "false")
+ test_check("reproducible")
+
+ Sys.setenv(R_REPRODUCIBLE_RASTER_READ = "raster::raster")
+ Sys.setenv(R_REPRODUCIBLE_USE_DBI = "true")
+ test_check("reproducible")
+
+ Sys.setenv(R_REPRODUCIBLE_RASTER_READ = "terra::rast") ## default
+ Sys.setenv(R_REPRODUCIBLE_USE_DBI = "false") ## default
+ test_check("reproducible")
+
+ Sys.setenv(R_REPRODUCIBLE_RASTER_READ = "terra::rast")
+ Sys.setenv(R_REPRODUCIBLE_USE_DBI = "true")
+ test_check("reproducible")
+
+ Sys.setenv(R_REPRODUCIBLE_CACHESAVEFORMAT = "qs") ## default
+ Sys.setenv(R_REPRODUCIBLE_USE_DBI = "false") ## default
+ test_check("reproducible")
+
+ } else {
+ test_check("reproducible")
+ }
Loading required package: reproducible
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
[ FAIL 1 | WARN 0 | SKIP 97 | PASS 394 ]
══ Skipped tests (97) ══════════════════════════════════════════════════════════
• No Drive token (3): 'test-misc.R:141:3', 'test-prepInputs.R:1196:3',
'test-prepInputs.R:1215:3'
• On CRAN (86): 'test-cache.R:158:3', 'test-cache.R:924:3',
'test-cache.R:944:3', 'test-cache.R:1157:3', 'test-cache.R:1730:3',
'test-cache.R:1862:3', 'test-cache.R:1874:3', 'test-cacheGeo.R:2:3',
'test-cloud.R:2:3', 'test-cloud.R:147:3', 'test-cloud.R:190:3',
'test-cloud.R:214:3', 'test-cloud.R:238:3', 'test-cluster.R:2:3',
'test-filesMissingExtension.R:2:3', 'test-filesMissingExtension.R:17:3',
'test-filesMissingExtension.R:32:3', 'test-filesMissingExtension.R:48:3',
'test-filesMissingExtension.R:63:3', 'test-gis.R:2:3', 'test-misc.R:62:3',
'test-postProcess.R:2:3', 'test-postProcess.R:232:3',
'test-postProcess.R:280:3', 'test-preProcessDoesntWork.R:2:3',
'test-preProcessDoesntWork.R:123:3', 'test-preProcessDoesntWork.R:139:3',
'test-preProcessDoesntWork.R:153:3', 'test-preProcessDoesntWork.R:183:3',
'test-preProcessWorks.R:2:3', 'test-preProcessWorks.R:13:3',
'test-preProcessWorks.R:24:3', 'test-preProcessWorks.R:33:3',
'test-preProcessWorks.R:55:3', 'test-preProcessWorks.R:78:3',
'test-preProcessWorks.R:90:3', 'test-preProcessWorks.R:104:3',
'test-preProcessWorks.R:120:3', 'test-preProcessWorks.R:135:3',
'test-preProcessWorks.R:151:3', 'test-preProcessWorks.R:166:3',
'test-preProcessWorks.R:195:3', 'test-preProcessWorks.R:233:3',
'test-preProcessWorks.R:266:3', 'test-preProcessWorks.R:281:3',
'test-preProcessWorks.R:296:3', 'test-preProcessWorks.R:311:3',
'test-preProcessWorks.R:322:3', 'test-preProcessWorks.R:338:3',
'test-preProcessWorks.R:356:3', 'test-preProcessWorks.R:367:3',
'test-preProcessWorks.R:378:3', 'test-preProcessWorks.R:393:3',
'test-preProcessWorks.R:409:3', 'test-preProcessWorks.R:438:3',
'test-preProcessWorks.R:459:3', 'test-preProcessWorks.R:491:3',
'test-preProcessWorks.R:545:3', 'test-preProcessWorks.R:572:3',
'test-preProcessWorks.R:689:3', 'test-prepInputs-large-files.R:2:3',
'test-prepInputs-large-files.R:34:3', 'test-prepInputs-large-files.R:58:3',
'test-prepInputs.R:2:3', 'test-prepInputs.R:178:3',
'test-prepInputs.R:319:3', 'test-prepInputs.R:1133:3',
'test-prepInputs.R:1332:3', 'test-prepInputs.R:1507:3',
'test-prepInputs.R:1598:3', 'test-prepInputs.R:1877:3',
'test-prepInputs.R:1899:3', 'test-prepInputs.R:2030:3',
'test-prepInputs.R:2073:3', 'test-prepInputsInNestedArchives.R:2:3',
'test-prepInputsInNestedArchives.R:13:3',
'test-prepInputsInNestedArchives.R:28:3',
'test-prepInputsInNestedArchives.R:39:3',
'test-prepInputsInNestedArchives.R:59:5',
'test-prepInputsInNestedArchives.R:82:5',
'test-prepInputsInNestedArchives.R:104:5',
'test-prepInputsInNestedArchives.R:145:5',
'test-prepInputsInNestedArchives.R:185:5',
'test-prepInputsInNestedArchives.R:224:3', 'test-prepInputsUrlTiles.R:2:3',
'test-symlinks.R:2:3'
• On Mac (1): 'test-prepInputs.R:2105:3'
• Only relevant for DBI backend (2): 'test-cache.R:1918:3',
'test-cache.R:1942:3'
• empty test (4): 'test-cache.R:987:1', 'test-download.R:1:1',
'test-examples.R:1:1', 'test-preProcessWorks.R:468:1'
• {qs2} is not installed (1): 'test-robustDigest.R:21:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-postProcessTerra.R:43:3'): testing terra ───────────────────────
Error in `.requireNamespace(.qs2Format, stopOnFALSE = TRUE)`: qs2 is required but not yet installed. Try: install.packages('qs2')
Backtrace:
▆
1. └─reproducible::Cache(fn, list(r, r1), cachePath = tmpCache) at test-postProcessTerra.R:43:3
2. └─reproducible:::doSaveToCache(...)
3. └─reproducible:::wrapSaveToCache(...)
4. └─reproducible:::saveToCache(...)
5. └─reproducible:::saveDBFileSingle(...)
6. └─reproducible:::saveFilesInCacheFolder(...)
7. └─reproducible::.requireNamespace(.qs2Format, stopOnFALSE = TRUE)
[ FAIL 1 | WARN 0 | SKIP 97 | PASS 394 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [18s/25s] OK
- checking PDF version of manual ... [11s/17s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '