CRAN Package Check Results for Package registr

Last updated on 2026-07-10 00:53:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.1 58.21 690.55 748.76 ERROR
r-devel-linux-x86_64-debian-gcc 2.2.1 36.21 393.86 430.07 ERROR
r-devel-linux-x86_64-fedora-clang 2.2.1 79.00 705.31 784.31 OK
r-devel-linux-x86_64-fedora-gcc 2.2.1 92.00 673.20 765.20 OK
r-devel-windows-x86_64 2.2.1 65.00 451.00 516.00 ERROR
r-patched-linux-x86_64 2.2.1 47.63 680.10 727.73 OK
r-release-linux-x86_64 2.2.1 47.16 679.13 726.29 OK
r-release-macos-arm64 2.2.1 10.00 185.00 195.00 OK
r-release-macos-x86_64 2.2.1 31.00 791.00 822.00 OK
r-release-windows-x86_64 2.2.1 66.00 507.00 573.00 ERROR
r-oldrel-macos-arm64 2.2.1 9.00 180.00 189.00 OK
r-oldrel-macos-x86_64 2.2.1 36.00 1254.00 1290.00 OK
r-oldrel-windows-x86_64 2.2.1 72.00 704.00 776.00 ERROR

Check Details

Version: 2.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [383s/444s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(registr) > > test_check("registr") Saving _problems/test-register_fpca-49.R [ FAIL 1 | WARN 6 | SKIP 6 | PASS 243 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-register_fpca.R:61:3', 'test-register_fpca.R:92:3', 'test-register_fpca.R:110:3', 'test-register_fpca.R:123:3', 'test-register_fpca.R:138:3', 'test-register_fpca.R:182:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-register_fpca.R:47:2'): registering gamma data throws no errors ── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-register_fpca.R:47:9 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─registr::register_fpca(...) 7. └─registr::gfpca_twoStep(...) 8. └─gamm4::gamm4(...) 9. └─lme4::optimizeGlmer(...) 10. └─lme4:::optwrap(...) 11. └─lme4:::deriv12(fn, opt$par, fx = opt$value) 12. └─gamm4 (local) fun(spos(x, xadd, j), ...) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 1 | WARN 6 | SKIP 6 | PASS 243 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [198s/223s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(registr) > > test_check("registr") Saving _problems/test-gfpca_twoStep-108.R Saving _problems/test-plot_fpca-19.R [ FAIL 2 | WARN 6 | SKIP 6 | PASS 231 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-register_fpca.R:61:3', 'test-register_fpca.R:92:3', 'test-register_fpca.R:110:3', 'test-register_fpca.R:123:3', 'test-register_fpca.R:138:3', 'test-register_fpca.R:182:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-gfpca_twoStep.R:107:2'): gfpca_twoStep (Binomial) output has correct number of dimensions ── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. └─registr::gfpca_twoStep(...) at test-gfpca_twoStep.R:107:9 2. └─gamm4::gamm4(...) 3. └─lme4::optimizeGlmer(...) 4. └─lme4:::optwrap(...) 5. ├─base::withCallingHandlers(...) 6. ├─base::do.call(optfun, arglist) 7. └─lme4 (local) `<fn>`(...) 8. ├─nM$newf(fn(nM$xeval())) 9. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 10. └─gamm4 (local) fn(nM$xeval()) 11. └─lme4 (local) pwrssUpdate(...) ── Error ('test-plot_fpca.R:19:2'): plot.fpca returns a cowplot object with classes 'gg' and 'ggplot' for all FPCA functions ── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. └─registr::gfpca_twoStep(Y = Y, npc = 2, family = "binomial") at test-plot_fpca.R:19:9 2. └─gamm4::gamm4(...) 3. └─lme4::optimizeGlmer(...) 4. └─lme4:::optwrap(...) 5. ├─base::withCallingHandlers(...) 6. ├─base::do.call(optfun, arglist) 7. └─lme4 (local) `<fn>`(...) 8. ├─nM$newf(fn(nM$xeval())) 9. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 10. └─gamm4 (local) fn(nM$xeval()) 11. └─lme4 (local) pwrssUpdate(...) [ FAIL 2 | WARN 6 | SKIP 6 | PASS 231 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.2.1
Check: tests
Result: ERROR Running 'testthat.R' [121s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(registr) > > test_check("registr") Flavor: r-devel-windows-x86_64

Version: 2.2.1
Check: tests
Result: ERROR Running 'testthat.R' [170s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(registr) > > test_check("registr") Flavor: r-release-windows-x86_64

Version: 2.2.1
Check: tests
Result: ERROR Running 'testthat.R' [273s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(registr) > > test_check("registr") Flavor: r-oldrel-windows-x86_64