CRAN Package Check Results for Package biscale

Last updated on 2025-12-06 00:48:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 2.63 47.15 49.78 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 1.78 25.31 27.09 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 75.52 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 89.55 OK
r-devel-windows-x86_64 1.1.0 5.00 65.00 70.00 OK
r-patched-linux-x86_64 1.1.0 2.31 41.54 43.85 OK
r-release-linux-x86_64 1.1.0 2.27 43.36 45.63 OK
r-release-macos-arm64 1.1.0 OK
r-release-macos-x86_64 1.1.0 3.00 62.00 65.00 OK
r-release-windows-x86_64 1.1.0 6.00 61.00 67.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 3.00 68.00 71.00 OK
r-oldrel-windows-x86_64 1.1.0 7.00 76.00 83.00 OK

Check Details

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

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘biscale-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bi_scale_color > ### Title: Apply Bivariate Color to ggplot Object > ### Aliases: bi_scale_color > > ### ** Examples > > # load dependencies > library(ggplot2) > > # add breaks, 3x3 > data <- bi_class(stl_race_income, x = pctWhite, y = medInc, style = "quantile", dim = 3) > > # create map > plot <- ggplot() + + geom_sf(data = data, aes(color = bi_class), size = 2, show.legend = FALSE) + + bi_scale_color(pal = "GrPink", dim = 3) Error in loadNamespace(x) : there is no package called ‘sf’ Calls: geom_sf ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(biscale) > > test_check("biscale") Saving _problems/test_bi_scale_color-18.R Saving _problems/test_bi_scale_color-25.R Saving _problems/test_bi_scale_color-29.R Saving _problems/test_bi_scale_color-33.R Saving _problems/test_bi_scale_color-37.R Saving _problems/test_bi_scale_color-52.R Saving _problems/test_bi_scale_color-55.R Saving _problems/test_bi_scale_fill-18.R Saving _problems/test_bi_scale_fill-25.R Saving _problems/test_bi_scale_fill-29.R Saving _problems/test_bi_scale_fill-33.R Saving _problems/test_bi_scale_fill-37.R Saving _problems/test_bi_scale_fill-52.R Saving _problems/test_bi_scale_fill-55.R [ FAIL 14 | WARN 0 | SKIP 0 | PASS 100 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_bi_scale_color.R:15:3'): missing parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A palette name or a custom palette vector must be specified for the 'pal' argument. Please see bi_pal's help file for a list of included palettes." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:15: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:22:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "The given palette is not one of the allowed options for bivariate mapping. Please see bi_pal's help file for a list of included palettes." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:22: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:26:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "The 'dim' argument only accepts numeric values." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:26: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:30:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A logical scalar must be supplied for 'flip_axes'. Please provide either 'TRUE' or 'FALSE'." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:30: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:34:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A logical scalar must be supplied for 'rotate_pal'. Please provide either 'TRUE' or 'FALSE'." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:34: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:50:3'): correctly specified functions execute without error ── `+...` threw an error. Message: there is no package called 'sf' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:50: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_color.R:53:3'): correctly specified functions execute without error ── `+...` threw an error. Message: there is no package called 'sf' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_color.R:53: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:15:3'): missing parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A palette name or a custom palette vector must be specified for the 'pal' argument. Please see bi_pal's help file for a list of included palettes." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:15: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. ├─ggplot2::geom_sf(...) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:22:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "The given palette is not one of the allowed options for bivariate mapping. Please see bi_pal's help file for a list of included palettes." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:22: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. ├─ggplot2::geom_sf(...) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:26:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "The 'dim' argument only accepts numeric values." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:26: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. ├─ggplot2::geom_sf(...) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:30:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A logical scalar must be supplied for 'flip_axes'. Please provide either 'TRUE' or 'FALSE'." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:30: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:34:3'): incorrectly specified parameters trigger appropriate errors ── `+...` threw an error with unexpected message. Expected match: "A logical scalar must be supplied for 'rotate_pal'. Please provide either 'TRUE' or 'FALSE'." Actual message: "there is no package called 'sf'" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:34: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:50:3'): correctly specified functions execute without error ── `+...` threw an error. Message: there is no package called 'sf' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:50: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. ├─ggplot2::geom_sf(...) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_bi_scale_fill.R:53:3'): correctly specified functions execute without error ── `+...` threw an error. Message: there is no package called 'sf' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_bi_scale_fill.R:53: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. ├─ggplot2::geom_sf(data = data, aes(color = bi_class), show.legend = FALSE) 7. │ └─ggplot2::coord_sf(default = TRUE) 8. │ └─ggplot2::ggproto(...) 9. │ └─rlang::list2(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 14 | WARN 0 | SKIP 0 | PASS 100 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
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