CRAN Package Check Results for Package raptr

Last updated on 2026-06-19 21:55:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 173.36 377.36 550.72 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 118.13 263.11 381.24 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 247.00 521.60 768.60 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 330.00 567.39 897.39 OK
r-devel-windows-x86_64 1.0.1 185.00 370.00 555.00 OK
r-patched-linux-x86_64 1.0.1 162.48 347.13 509.61 OK
r-release-linux-x86_64 1.0.1 153.82 344.78 498.60 OK
r-release-macos-arm64 1.0.1 33.00 58.00 91.00 OK
r-release-macos-x86_64 1.0.1 95.00 318.00 413.00 OK
r-release-windows-x86_64 1.0.1 174.00 343.00 517.00 OK
r-oldrel-macos-arm64 1.0.1 OK
r-oldrel-macos-x86_64 1.0.1 88.00 241.00 329.00 OK
r-oldrel-windows-x86_64 1.0.1 222.00 483.00 705.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # check if on Fedora > os_name <- utils::sessionInfo()$running > is_fedora <- TRUE > if ( + is.character(os_name) && + identical(length(os_name), 1L) && + all(!is.na(os_name)) + ) { + is_fedora <- any(grepl("fedora", tolower(os_name), fixed = TRUE)) + } > > # run tests (but not on Fedora systems) > if (isTRUE(is_fedora)) { + message("skipping tests on Fedora system") + } else { + ## load packages + library(testthat) + library(raptr) + + ## enable parallel testing + Sys.unsetenv("R_TESTS") + + ## determine reporter + if (identical(Sys.getenv("CI"), "true")) { + reporter <- "progress" + } else { + reporter <- testthat::check_reporter() + } + + ## run tests + test_check("raptr", reporter = reporter) + } Loading required package: sf Linking to GEOS 3.14.1, GDAL 3.13.1, PROJ 9.8.1; sf_use_s2() is TRUE Loading required package: terra terra 1.9.27 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Saving _problems/test-07-DemandPoints-29.R [ FAIL 1 | WARN 6 | SKIP 22 | PASS 303 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test-01-rapr-internal-test.R:110:3', 'test-01-rapr-internal-test.R:150:3', 'test-07-DemandPoints.R:56:3', 'test-07-DemandPoints.R:79:3' • {gurobi} is not installed (18): 'test-11-RapUnsolved.R:5:3', 'test-11-RapUnsolved.R:43:3', 'test-11-RapUnsolved.R:113:3', 'test-11-RapUnsolved.R:131:3', 'test-11-RapUnsolved.R:153:3', 'test-11-RapUnsolved.R:178:3', 'test-11-RapUnsolved.R:206:3', 'test-11-RapUnsolved.R:258:3', 'test-11-RapUnsolved.R:311:3', 'test-11-RapUnsolved.R:333:3', 'test-11-RapUnsolved.R:357:3', 'test-11-RapUnsolved.R:382:3', 'test-11-RapUnsolved.R:407:3', 'test-11-RapUnsolved.R:434:3', 'test-11-RapUnsolved.R:452:3', 'test-11-RapUnsolved.R:493:3', 'test-13-rap.R:78:3', 'test-13-rap.R:138:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-07-DemandPoints.R:29:3'): demand.points (ks, geographic space) ── Error in `runif(n)`: invalid arguments Backtrace: ▆ 1. └─raptr::make.DemandPoints(points = pts, n = 100L, kernel.method = "ks") at test-07-DemandPoints.R:29:3 2. └─raptr:::demand.points.density2d(...) 3. ├─sp::spsample(...) 4. └─sp::spsample(...) 5. └─sp (local) .local(x, n, type, ...) 6. └─sp:::sample.Spatial(...) 7. └─base::apply(bb, 1, function(x) runif(n) * diff(x) + x[1]) 8. └─sp (local) FUN(newX[, i], ...) 9. └─stats::runif(n) [ FAIL 1 | WARN 6 | SKIP 22 | PASS 303 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc