CRAN Package Check Results for Maintainer ‘Lorenz A. Kapsner <lorenz.kapsner at gmail.com>’

Last updated on 2024-10-06 05:50:12 CEST.

Package ERROR NOTE OK
autonewsmd 4 9
BiasCorrector 10 3
DQAgui 13
DQAstats 13
kdry 13
mlexperiments 13
mllrnrs 13
mlsurvlrnrs 13
rBiasCorrection 13
sjtable2df 1 12

Package autonewsmd

Current CRAN status: ERROR: 4, OK: 9

Version: 0.0.8
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/3s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─an$write(force = TRUE) at test-autonewsmd.R:83:3 2. └─autonewsmd:::write_autonewsmd(self, private, force, con) 3. └─quarto::quarto_render(input = template_file, output_format = "md") 4. └─quarto:::find_quarto() 5. └─cli::cli_abort(quarto_not_found_msg) 6. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 7 ] Error: Test failures Execution halted Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.0.8
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/4s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─an$write(force = TRUE) at test-autonewsmd.R:83:3 2. └─autonewsmd:::write_autonewsmd(self, private, force, con) 3. └─quarto::quarto_render(input = template_file, output_format = "md") 4. └─quarto:::find_quarto() 5. └─cli::cli_abort(quarto_not_found_msg) 6. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 7 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Package BiasCorrector

Current CRAN status: NOTE: 10, OK: 3

Version: 0.2.2
Check: Rd files
Result: NOTE checkRd: (-1) module_calibrationfile_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_correctedplots_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_correctedstats_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_fileupload_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_info_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_log_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_modelselection_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_plotting_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_results_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_settings_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ checkRd: (-1) module_statistics_server.Rd:19: Lost braces; missing escapes or markup? 19 | expression: input_re = reactive({input})} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package DQAgui

Current CRAN status: OK: 13

Package DQAstats

Current CRAN status: OK: 13

Package kdry

Current CRAN status: OK: 13

Package mlexperiments

Current CRAN status: OK: 13

Package mllrnrs

Current CRAN status: OK: 13

Package mlsurvlrnrs

Current CRAN status: OK: 13

Package rBiasCorrection

Current CRAN status: OK: 13

Package sjtable2df

Current CRAN status: ERROR: 1, OK: 12

Version: 0.0.3
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(sjtable2df) > > test_check("sjtable2df") boundary (singular) fit: see help('isSingular') boundary (singular) fit: see help('isSingular') boundary (singular) fit: see help('isSingular') boundary (singular) fit: see help('isSingular') [ FAIL 1 | WARN 5 | SKIP 5 | PASS 18 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-mtab2df.R:48:5', 'test-mtab2df.R:136:5', 'test-xtab2df.R:36:5', 'test-xtab2df.R:206:5', 'test-xtab2df.R:253:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-mtab2df.R:134:5'): correct functioning of mtab2df: glmer ───── nrow(final_tab) == 10 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 5 | SKIP 5 | PASS 18 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64