CRAN Package Check Results for Package ContourFunctions

Last updated on 2024-06-11 16:49:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 3.83 148.69 152.52 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 2.38 109.45 111.83 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 191.71 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 204.13 NOTE
r-devel-windows-x86_64 0.1.1 4.00 119.00 123.00 ERROR
r-patched-linux-x86_64 0.1.1 4.05 145.33 149.38 NOTE
r-release-linux-x86_64 0.1.1 3.43 144.68 148.11 NOTE
r-release-macos-arm64 0.1.1 50.00 NOTE
r-release-macos-x86_64 0.1.1 79.00 NOTE
r-release-windows-x86_64 0.1.1 3.00 119.00 122.00 NOTE
r-oldrel-macos-arm64 0.1.1 54.00 OK
r-oldrel-macos-x86_64 0.1.1 90.00 OK
r-oldrel-windows-x86_64 0.1.1 4.00 138.00 142.00 OK

Check Details

Version: 0.1.1
Check: Rd files
Result: NOTE checkRd: (-1) cf_grid.Rd:38: Lost braces; missing escapes or markup? 38 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ checkRd: (-1) cf_highdim.Rd:58: Lost braces; missing escapes or markup? 58 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ checkRd: (-1) gcf_grid.Rd:51: Lost braces; missing escapes or markup? 51 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ 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

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [45s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ContourFunctions) > > test_check("ContourFunctions") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 58 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-nongg.R:127:3'): cf highdim ────────────────────────────────── `cf(...)` threw an error. Message: 'R_Calloc' could not allocate memory (2617488 of 1 bytes) Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-nongg.R:127:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─ContourFunctions::cf(...) 7. └─ContourFunctions::cf_highdim(...) 8. └─graphics::split.screen(...) 9. └─graphics::plot.new() [ FAIL 1 | WARN 1 | SKIP 0 | PASS 58 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64