CRAN Package Check Results for Maintainer ‘Jonas Schöley <jschoeley at gmail.com>’

Last updated on 2025-12-07 09:50:21 CET.

Package ERROR WARN OK
tricolore 2 1 10

Package tricolore

Current CRAN status: ERROR: 2, WARN: 1, OK: 10

Version: 1.2.4
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tricolore) Please cite tricolore. See citation("tricolore"). > > test_check('tricolore') Saving _problems/test-global-84.R Saving _problems/test-global-88.R Saving _problems/test-global-92.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 36 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-global.R:84:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-global.R:88:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-global.R:92:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 36 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.6
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'leaflet' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.6
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.4
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(tricolore) Please cite tricolore. See citation("tricolore"). > > test_check('tricolore') Saving _problems/test-global-84.R Saving _problems/test-global-88.R Saving _problems/test-global-92.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 36 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-global.R:84:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-global.R:88:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-global.R:92:3'): NA, Inf, NaNs in input return NA in output ── Expected `class(tric$key)` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 [ FAIL 3 | WARN 0 | SKIP 0 | PASS 36 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64