CRAN Package Check Results for Package lvmisc

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 3.55 85.53 89.08 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 2.94 34.43 37.37 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 136.24 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 144.10 OK
r-devel-windows-x86_64 0.1.2 6.00 109.00 115.00 OK
r-patched-linux-x86_64 0.1.2 5.17 78.51 83.68 OK
r-release-linux-x86_64 0.1.2 4.41 80.39 84.80 OK
r-release-macos-arm64 0.1.2 OK
r-release-macos-x86_64 0.1.2 4.00 81.00 85.00 OK
r-release-windows-x86_64 0.1.2 5.00 110.00 115.00 OK
r-oldrel-macos-arm64 0.1.2 OK
r-oldrel-macos-x86_64 0.1.2 3.00 62.00 65.00 OK
r-oldrel-windows-x86_64 0.1.2 9.00 134.00 143.00 OK

Check Details

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

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lvmisc) > > test_check("lvmisc") Saving _problems/test-create_proj-30.R Saving _problems/test-create_proj-37.R Saving _problems/test-create_proj-54.R Saving _problems/test-create_proj-65.R Saving _problems/test-create_proj-80.R [ FAIL 5 | WARN 0 | SKIP 14 | PASS 217 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-percent_class.R:1:1', 'test-plot_model.R:6:3', 'test-plots.R:26:3', 'test-plots.R:36:3', 'test-plots.R:46:3', 'test-plots.R:68:3' • {lme4} is not installed. (8): 'test-accuracy_method.R:54:3', 'test-compare_accuracy.R:33:3', 'test-compare_accuracy.R:68:3', 'test-compare_accuracy.R:89:3', 'test-loo_cv.R:77:3', 'test-plot_bland_altman.R:34:3', 'test-r2.R:36:3', 'test-vif.R:37:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-create_proj.R:30:3'): create_proj() creates the project top-level directory ── <error_package_not_installed/rlang_error/error/condition> Error in `abort_package_not_installed(c("withr", "git2r", "usethis"))`: Package "usethis" is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─base::suppressMessages(create_proj(tempfile())) at test-create_proj.R:30:3 2. │ └─base::withCallingHandlers(...) 3. └─lvmisc::create_proj(tempfile()) 4. └─lvmisc::abort_package_not_installed(c("withr", "git2r", "usethis")) 5. └─rlang::abort("error_package_not_installed", message = msg) ── Error ('test-create_proj.R:37:3'): create_proj() throws an error if `path` already exists ── <error_package_not_installed/rlang_error/error/condition> Error in `abort_package_not_installed(c("withr", "git2r", "usethis"))`: Package "usethis" is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─base::suppressMessages(create_proj(proj_dir)) at test-create_proj.R:37:3 2. │ └─base::withCallingHandlers(...) 3. └─lvmisc::create_proj(proj_dir) 4. └─lvmisc::abort_package_not_installed(c("withr", "git2r", "usethis")) 5. └─rlang::abort("error_package_not_installed", message = msg) ── Error ('test-create_proj.R:54:3'): create_proj() initialises a git repo ───── <error_package_not_installed/rlang_error/error/condition> Error in `abort_package_not_installed(c("withr", "git2r", "usethis"))`: Package "usethis" is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─base::suppressMessages(create_proj(proj_dir)) at test-create_proj.R:54:3 2. │ └─base::withCallingHandlers(...) 3. └─lvmisc::create_proj(proj_dir) 4. └─lvmisc::abort_package_not_installed(c("withr", "git2r", "usethis")) 5. └─rlang::abort("error_package_not_installed", message = msg) ── Error ('test-create_proj.R:65:3'): .gitignore is correctly handled ────────── <error_package_not_installed/rlang_error/error/condition> Error in `abort_package_not_installed(c("withr", "git2r", "usethis"))`: Package "usethis" is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─base::suppressMessages(create_proj(proj_dir)) at test-create_proj.R:65:3 2. │ └─base::withCallingHandlers(...) 3. └─lvmisc::create_proj(proj_dir) 4. └─lvmisc::abort_package_not_installed(c("withr", "git2r", "usethis")) 5. └─rlang::abort("error_package_not_installed", message = msg) ── Error ('test-create_proj.R:80:3'): create_proj() writes a README.md file ──── <error_package_not_installed/rlang_error/error/condition> Error in `abort_package_not_installed(c("withr", "git2r", "usethis"))`: Package "usethis" is needed for this function to work. Please install it. Backtrace: ▆ 1. ├─base::suppressMessages(create_proj(proj_dir)) at test-create_proj.R:80:3 2. │ └─base::withCallingHandlers(...) 3. └─lvmisc::create_proj(proj_dir) 4. └─lvmisc::abort_package_not_installed(c("withr", "git2r", "usethis")) 5. └─rlang::abort("error_package_not_installed", message = msg) [ FAIL 5 | WARN 0 | SKIP 14 | PASS 217 ] Deleting unused snapshots: 'plot_bland_altman/bland-altman-plot-cv.svg', 'plot_bland_altman/bland-altman-plot-lm.svg', 'plot_bland_altman/bland-altman-plot-lmermod.svg', 'plot_model/plot-model-m1.svg', 'plot_model/plot-model-m2.svg', 'plots/histogram-fd.svg', 'plots/histogram-null.svg', 'plots/histogram-scott.svg', 'plots/histogram-sturges.svg', 'plots/line-plot.svg', 'plots/qq-plot.svg', and 'plots/scatterplot.svg' Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
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: 0.1.2
Check: HTML version of manual
Result: NOTE Skipping checking math rendering: package 'V8' unavailable Flavor: r-devel-linux-x86_64-debian-gcc