CRAN Package Check Results for Package lvmisc

Last updated on 2024-10-19 07:51:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 4.38 75.42 79.80 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 3.42 52.48 55.90 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 127.43 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 129.30 OK
r-devel-windows-x86_64 0.1.2 6.00 109.00 115.00 OK
r-patched-linux-x86_64 0.1.2 4.41 70.85 75.26 ERROR
r-release-linux-x86_64 0.1.2 3.97 70.84 74.81 ERROR
r-release-macos-arm64 0.1.2 43.00 OK
r-release-macos-x86_64 0.1.2 65.00 OK
r-release-windows-x86_64 0.1.2 7.00 167.00 174.00 OK
r-oldrel-macos-arm64 0.1.2 43.00 OK
r-oldrel-macos-x86_64 0.1.2 89.00 OK
r-oldrel-windows-x86_64 0.1.2 8.00 117.00 125.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/20s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lvmisc) > > test_check("lvmisc") [ FAIL 5 | WARN 0 | SKIP 7 | PASS 231 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-percent_class.R:5:3', 'test-plot_bland_altman.R:38:3', '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' ══ 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 7 | PASS 231 ] 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 • plots/scatterplot.svg Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lvmisc) > > test_check("lvmisc") [ FAIL 5 | WARN 0 | SKIP 7 | PASS 231 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-percent_class.R:5:3', 'test-plot_bland_altman.R:38:3', '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' ══ 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 7 | PASS 231 ] 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 • plots/scatterplot.svg Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘git2r’ Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lvmisc) > > test_check("lvmisc") [ FAIL 5 | WARN 0 | SKIP 7 | PASS 231 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-percent_class.R:5:3', 'test-plot_bland_altman.R:38:3', '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' ══ 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 7 | PASS 231 ] 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 • plots/scatterplot.svg Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lvmisc) > > test_check("lvmisc") [ FAIL 5 | WARN 0 | SKIP 7 | PASS 231 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-percent_class.R:5:3', 'test-plot_bland_altman.R:38:3', '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' ══ 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 "git2r" 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 7 | PASS 231 ] 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 • plots/scatterplot.svg Error: Test failures Execution halted Flavor: r-release-linux-x86_64