CRAN Package Check Results for Maintainer ‘Eliot J B McIntire <eliot.mcintire at canada.ca>’

Last updated on 2025-12-03 05:50:44 CET.

Package ERROR NOTE OK
NetLogoR 13
quickPlot 13
reproducible 1 12
Require 10 3
SpaDES.core 4 9

Package NetLogoR

Current CRAN status: OK: 13

Package quickPlot

Current CRAN status: OK: 13

Package reproducible

Current CRAN status: ERROR: 1, OK: 12

Version: 2.1.2
Check: examples
Result: ERROR Running examples in 'reproducible-Ex.R' failed The error most likely occurred in: > ### Name: gdalProject > ### Title: 3-Step postProcess sequence for SpatRasters using 'gdalwarp' > ### Aliases: gdalProject gdalResample gdalMask > > ### ** Examples > > # prepare dummy data -- 3 SpatRasters, 2 SpatVectors > # need 2 SpatRaster > rf <- system.file("ex/elev.tif", package = "terra") > elev1 <- terra::rast(rf) > #' > ras2 <- terra::deepcopy(elev1) > ras2[ras2 > 200 & ras2 < 300] <- NA_integer_ > terra::values(elev1) <- rep(1L, terra::ncell(ras2)) > #' > # a polygon vector > f <- system.file("ex/lux.shp", package = "terra") > vOrig <- terra::vect(f) Warning: PROJ: proj_identify: Cannot find proj.db (GDAL error 1) > v <- vOrig[1:2, ] > #' > utm <- terra::crs("epsg:23028") # $wkt Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Error: [rast] empty srs Execution halted Flavor: r-oldrel-windows-x86_64

Version: 2.1.2
Check: tests
Result: ERROR Running 'test-all.R' [118s] 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") + } else { + test_check("reproducible") + } Loading required package: reproducible Command Line Error: Cannot find archive [ FAIL 1 | WARN 16 | SKIP 90 | PASS 398 ] ══ Skipped tests (90) ══════════════════════════════════════════════════════════ • No Drive token (3): 'test-misc.R:137:3', 'test-prepInputs.R:1199:3', 'test-prepInputs.R:1219:3' • On CRAN (82): 'test-cache.R:2:3', 'test-cache.R:748:3', 'test-cache.R:768:3', 'test-cache.R:961:3', 'test-cache.R:1515:3', 'test-cache.R:1561:3', 'test-cacheGeo.R:2:3', 'test-cloud.R:2:3', 'test-cloud.R:145:3', 'test-cloud.R:184:3', 'test-cloud.R:212:3', 'test-cloud.R:239: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:232:3', 'test-postProcess.R:276:3', 'test-preProcessDoesntWork.R:2:3', 'test-preProcessDoesntWork.R:121:3', 'test-preProcessDoesntWork.R:135:3', 'test-preProcessDoesntWork.R:149:3', 'test-preProcessDoesntWork.R:179: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:180:3', 'test-prepInputs.R:327:3', 'test-prepInputs.R:1141:3', 'test-prepInputs.R:1337:3', 'test-prepInputs.R:1496:3', 'test-prepInputs.R:1571:3', 'test-prepInputs.R:1859:3', 'test-prepInputs.R:1883: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:342: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-postProcessTerra.R:182:5'): testing terra ────────────────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─terra::crs("epsg:23028") at test-postProcessTerra.R:182:5 2. └─terra::crs("epsg:23028") 3. └─terra (local) .local(x, ...) 4. ├─terra::rast(crs = x) 5. └─terra::rast(crs = x) 6. └─terra (local) .local(x = x, ...) 7. └─terra:::new_rast(...) 8. └─terra:::messages(r, "rast") 9. └─terra:::error(f, x@pntr$getError()) [ FAIL 1 | WARN 16 | SKIP 90 | PASS 398 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

Version: 2.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'Intro-to-Cache.Rmd' using rmarkdown Quitting from Intro-to-Cache.Rmd:65-97 [function-level] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! [project] cannot get output boundaries for the target crs --- Backtrace: ▆ 1. ├─base::system.time(...) 2. ├─base::suppressWarnings(map1 <- terra::project(ras, newCRS)) 3. │ └─base::withCallingHandlers(...) 4. ├─terra::project(ras, newCRS) 5. └─terra::project(ras, newCRS) 6. └─terra (local) .local(x, ...) 7. └─terra:::messages(x, "project") 8. └─terra:::error(f, x@pntr$getError()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Intro-to-Cache.Rmd' failed with diagnostics: [project] cannot get output boundaries for the target crs --- failed re-building 'Intro-to-Cache.Rmd' SUMMARY: processing the following file failed: 'Intro-to-Cache.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64

Package Require

Current CRAN status: NOTE: 10, OK: 3

Version: 1.0.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘Require2.R’ ‘helpers.R’ ‘pak.R’ ‘pkgDep3.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package SpaDES.core

Current CRAN status: NOTE: 4, OK: 9

Version: 2.1.8
Check: Rd files
Result: NOTE checkRd: (-1) spades.Rd:175-182: Only 3 columns allowed in this table (row 5 has 2) checkRd: (-1) spadesOptions.Rd:24-189: Only 3 columns allowed in this table (row 11 has 2) Flavor: r-devel-windows-x86_64

Version: 2.1.8
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘NLMR’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.1.8
Check: installed package size
Result: NOTE installed size is 7.6Mb sub-directories of 1Mb or more: R 5.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

mirror server hosted at Truenetwork, Russian Federation.