CRAN Package Check Results for Package LandComp

Last updated on 2026-03-28 01:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 2.16 92.88 95.04 OK
r-devel-linux-x86_64-debian-gcc 0.0.5 1.61 71.09 72.70 OK
r-devel-linux-x86_64-fedora-clang 0.0.5 150.86 OK
r-devel-linux-x86_64-fedora-gcc 0.0.5 159.24 OK
r-devel-macos-arm64 0.0.5 1.00 27.00 28.00 OK
r-devel-windows-x86_64 0.0.5 4.00 89.00 93.00 ERROR
r-patched-linux-x86_64 0.0.5 2.13 86.63 88.76 OK
r-release-linux-x86_64 0.0.5 1.56 87.05 88.61 OK
r-release-macos-arm64 0.0.5 OK
r-release-macos-x86_64 0.0.5 2.00 85.00 87.00 OK
r-release-windows-x86_64 0.0.5 4.00 76.00 80.00 ERROR
r-oldrel-macos-arm64 0.0.5 OK
r-oldrel-macos-x86_64 0.0.5 2.00 62.00 64.00 OK
r-oldrel-windows-x86_64 0.0.5 4.00 98.00 102.00 ERROR

Check Details

Version: 0.0.5
Check: tests
Result: ERROR Running 'testthat.R' [35s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(LandComp) > > test_check("LandComp") Saving _problems/test-LandComp-17.R Saving _problems/test-LandComp-136.R [ FAIL 2 | WARN 1 | SKIP 0 | PASS 80 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-LandComp.R:17:13'): inappropriate x ──────────────────────────── Error in `stop_if_not(length(maxSizeOfObjects) == 1L, is.numeric(maxSizeOfObjects), !is.na(maxSizeOfObjects), maxSizeOfObjects >= 0)`: 'list' object cannot be coerced to type 'double' Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-LandComp.R:17:13 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─LandComp::LandComp(x = hexagonal_data_logi, aggregation_steps = 0) 7. │ └─future::plan("future::multisession") 8. │ └─future (local) plan_set(...) 9. │ └─future:::plan_init(stack[[1]], debug = debug) 10. │ └─future:::makeFutureBackend(evaluator, debug = debug) 11. │ └─base::do.call(factory, args = args, envir = envir) 12. └─future (local) `<fn>`(...) 13. └─future::ClusterFutureBackend(...) 14. └─future::MultiprocessFutureBackend(...) 15. └─future::FutureBackend(...) 16. └─future:::stop_if_not(...) ── Error ('test-LandComp.R:136:13'): appropriate setting - square grid ───────── <FutureInterruptError/FutureError/error/FutureCondition/condition> Error: Future ('future_lapply-1') of class MultisessionFuture interrupted (pid 12284) [future 'future_lapply-1' (6b35e89f8105f0c0e2c447dc0c208ffd-41); on 6b35e89f8105f0c0e2c447dc0c208ffd@CRANWIN3<640852> at 2026-03-26 09:19:22.7875] Backtrace: ▆ 1. └─LandComp::LandComp(...) at test-LandComp.R:136:13 2. └─future.apply::future_lapply(...) 3. └─future.apply:::future_xapply(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(...) 7. └─value[[3L]](cond) 8. └─future.apply:::onError(e, futures = fs, debug = debug) [ FAIL 2 | WARN 1 | SKIP 0 | PASS 80 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'LandComp.Rmd' using rmarkdown Quitting from LandComp.Rmd:66-68 [square_example2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `stop_if_not()`: ! 'list' object cannot be coerced to type 'double' --- Backtrace: ▆ 1. ├─LandComp::LandComp(...) 2. │ └─future::plan("future::multisession") 3. │ └─future (local) plan_set(...) 4. │ └─future:::plan_init(stack[[1]], debug = debug) 5. │ └─future:::makeFutureBackend(evaluator, debug = debug) 6. │ └─base::do.call(factory, args = args, envir = envir) 7. └─future (local) `<fn>`(...) 8. └─future::ClusterFutureBackend(...) 9. └─future::MultiprocessFutureBackend(...) 10. └─future::FutureBackend(...) 11. └─future:::stop_if_not(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'LandComp.Rmd' failed with diagnostics: 'list' object cannot be coerced to type 'double' --- failed re-building 'LandComp.Rmd' SUMMARY: processing the following file failed: 'LandComp.Rmd' Error: Vignette re-building failed. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.0.5
Check: tests
Result: ERROR Running 'testthat.R' [23s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(LandComp) > > test_check("LandComp") Saving _problems/test-LandComp-17.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-LandComp.R:17:13'): inappropriate x ──────────────────────────── Error in `stop_if_not(length(maxSizeOfObjects) == 1L, is.numeric(maxSizeOfObjects), !is.na(maxSizeOfObjects), maxSizeOfObjects >= 0)`: 'list' object cannot be coerced to type 'double' Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-LandComp.R:17:13 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─LandComp::LandComp(x = hexagonal_data_logi, aggregation_steps = 0) 7. │ └─future::plan("future::multisession") 8. │ └─future (local) plan_set(...) 9. │ └─future:::plan_init(stack[[1]], debug = debug) 10. │ └─future:::makeFutureBackend(evaluator, debug = debug) 11. │ └─base::do.call(factory, args = args, envir = envir) 12. └─future (local) `<fn>`(...) 13. └─future::ClusterFutureBackend(...) 14. └─future::MultiprocessFutureBackend(...) 15. └─future::FutureBackend(...) 16. └─future:::stop_if_not(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 0.0.5
Check: tests
Result: ERROR Running 'testthat.R' [35s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(LandComp) > > test_check("LandComp") Saving _problems/test-LandComp-17.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-LandComp.R:17:13'): inappropriate x ──────────────────────────── Error in `stop_if_not(length(maxSizeOfObjects) == 1L, is.numeric(maxSizeOfObjects), !is.na(maxSizeOfObjects), maxSizeOfObjects >= 0)`: 'list' object cannot be coerced to type 'double' Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-LandComp.R:17:13 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─LandComp::LandComp(x = hexagonal_data_logi, aggregation_steps = 0) 7. │ └─future::plan("future::multisession") 8. │ └─future (local) plan_set(...) 9. │ └─future:::plan_init(stack[[1]], debug = debug) 10. │ └─future:::makeFutureBackend(evaluator, debug = debug) 11. │ └─base::do.call(factory, args = args, envir = envir) 12. └─future (local) `<fn>`(...) 13. └─future::ClusterFutureBackend(...) 14. └─future::MultiprocessFutureBackend(...) 15. └─future::FutureBackend(...) 16. └─future:::stop_if_not(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64