R Under development (unstable) (2024-05-28 r86639 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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") + } else { + test_check("reproducible") + } Loading required package: reproducible | | | 0% | |======================================================================| 100% Error in .local(path) : Invalid path: cannot be NULL. zip warning: name not matched: D:/temp/RtmpWkPjQe/file649824cdb2a.tif zip warning: name not matched: D:/temp/RtmpWkPjQe/file64982bf84b92.grd zip error: Nothing to do! (try: zip -r9X D:/temp/RtmpWkPjQe/reproducible/7RiONsYr/file649859f9154c/tmp.rar . -i D:/temp/RtmpWkPjQe/file649824cdb2a.tif D:/temp/RtmpWkPjQe/file64982bf84b92.grd) Command Line Error: Cannot find archive [ FAIL 0 | WARN 0 | SKIP 91 | PASS 493 ] ══ Skipped tests (91) ══════════════════════════════════════════════════════════ • No Drive token (3): 'test-misc.R:134:3', 'test-prepInputs.R:1193:3', 'test-prepInputs.R:1213:3' • On CRAN (83): 'test-cache.R:2:3', 'test-cache.R:769:3', 'test-cache.R:950:3', 'test-cache.R:970:3', 'test-cache.R:1208:3', 'test-cache.R:1762:3', 'test-cache.R:1808:3', 'test-cacheGeo.R:2:3', 'test-cloud.R:2:3', 'test-cloud.R:145:3', 'test-cloud.R:186:3', 'test-cloud.R:217:3', 'test-cloud.R:245:3', 'test-cluster.R:2:3', 'test-filesMissingExtension.R:2:3', 'test-filesMissingExtension.R:17:3', 'test-filesMissingExtension.R:32:3', 'test-filesMissingExtension.R:47:3', 'test-filesMissingExtension.R:62:3', 'test-gis.R:2:3', 'test-misc.R:62:3', 'test-postProcess.R:2:3', 'test-postProcess.R:228:3', 'test-postProcess.R:272:3', 'test-preProcessDoesntWork.R:2:3', 'test-preProcessDoesntWork.R:104:3', 'test-preProcessDoesntWork.R:118:3', 'test-preProcessDoesntWork.R:132:3', 'test-preProcessDoesntWork.R:162:3', 'test-preProcessWorks.R:2:3', 'test-preProcessWorks.R:13:3', 'test-preProcessWorks.R:24:3', 'test-preProcessWorks.R:35:3', 'test-preProcessWorks.R:57:3', 'test-preProcessWorks.R:82:3', 'test-preProcessWorks.R:96:3', 'test-preProcessWorks.R:113:3', 'test-preProcessWorks.R:128:3', 'test-preProcessWorks.R:143:3', 'test-preProcessWorks.R:165:3', 'test-preProcessWorks.R:179:3', 'test-preProcessWorks.R:202:3', 'test-preProcessWorks.R:233:3', 'test-preProcessWorks.R:257:3', 'test-preProcessWorks.R:270:3', 'test-preProcessWorks.R:286:3', 'test-preProcessWorks.R:302:3', 'test-preProcessWorks.R:315:3', 'test-preProcessWorks.R:328:3', 'test-preProcessWorks.R:348:3', 'test-preProcessWorks.R:361:3', 'test-preProcessWorks.R:374:3', 'test-preProcessWorks.R:391:3', 'test-preProcessWorks.R:409:3', 'test-preProcessWorks.R:438:3', 'test-preProcessWorks.R:459:3', 'test-preProcessWorks.R:487:3', 'test-preProcessWorks.R:543:3', 'test-preProcessWorks.R:569:3', 'test-preProcessWorks.R:672:3', 'test-prepInputs-large-files.R:2:3', 'test-prepInputs-large-files.R:35:3', 'test-prepInputs-large-files.R:61:3', 'test-prepInputs.R:2:3', 'test-prepInputs.R:174:3', 'test-prepInputs.R:321:3', 'test-prepInputs.R:1135:3', 'test-prepInputs.R:1331:3', 'test-prepInputs.R:1490:3', 'test-prepInputs.R:1565:3', 'test-prepInputs.R:1813:3', 'test-prepInputs.R:1837: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:141:5', 'test-prepInputsInNestedArchives.R:176:3', 'test-prepInputsInNestedArchives.R:208:3', 'test-symlinks.R:2:3' • The Google Drive url is dead (1): 'test-postProcess.R:338:3' • empty test (3): 'test-download.R:1:1', 'test-examples.R:1:1', 'test-preProcessWorks.R:467:1' • test cloudCache inside Cache -- Not fully written test (1): 'test-multipleCacheRepo.R:38:3' [ FAIL 0 | WARN 0 | SKIP 91 | PASS 493 ] > > proc.time() user system elapsed 53.90 6.65 63.26