CRAN Package Check Results for Maintainer ‘Sylvain Schmitt <sylvain.m.schmitt at gmail.com>’

Last updated on 2024-07-24 12:21:33 CEST.

Package ERROR NOTE OK
rcontroll 6 7
SSDM 1 1 11

Package rcontroll

Current CRAN status: NOTE: 6, OK: 7

Version: 0.1.1
Check: Rd cross-references
Result: NOTE Undeclared packages ‘nominatimlite’, ‘lutz’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: data for non-ASCII characters
Result: NOTE Note: found 1 marked UTF-8 string Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: installed package size
Result: NOTE installed size is 6.8Mb sub-directories of 1Mb or more: libs 4.9Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package SSDM

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.2.9
Check: package dependencies
Result: NOTE Imports includes 24 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.9
Check: tests
Result: ERROR Running 'testthat.R' [73s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(SSDM) Welcome to the SSDM package, you can launch the graphical user interface by typing gui() in the console. > > test_check("SSDM") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 54 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_modelling.R:7:5'): modelling function ────────────────────────── Error in `X[, pstart[i] - 1 + 1:object$nsdf[i]] <- Xp`: number of items to replace is not a multiple of replacement length Backtrace: ▆ 1. ├─testthat::show_failure(...) at test_modelling.R:7:5 2. │ └─testthat::capture_expectation(expr) 3. │ └─base::tryCatch(...) 4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 7. └─SSDM::modelling(...) 8. ├─SSDM::evaluate(...) 9. └─SSDM::evaluate(...) 10. └─SSDM (local) .local(obj, ...) 11. ├─stats::predict(model, eval.testdata) 12. ├─stats::predict(model, eval.testdata) 13. └─mgcv::predict.gam(model, eval.testdata) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 54 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64