CRAN Package Check Results for Package attrib

Last updated on 2026-07-13 13:49:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2021.1.2 3.09 108.47 111.56 ERROR
r-devel-linux-x86_64-debian-gcc 2021.1.2 2.15 72.42 74.57 ERROR
r-devel-linux-x86_64-fedora-clang 2021.1.2 119.50 ERROR
r-devel-linux-x86_64-fedora-gcc 2021.1.2 131.86 ERROR
r-devel-windows-x86_64 2021.1.2 6.00 70.00 76.00 ERROR
r-patched-linux-x86_64 2021.1.2 3.02 95.61 98.63 ERROR
r-release-linux-x86_64 2021.1.2 2.85 68.91 71.76 ERROR
r-release-macos-arm64 2021.1.2 1.00 47.00 48.00 OK
r-release-macos-x86_64 2021.1.2 2.00 209.00 211.00 OK
r-release-windows-x86_64 2021.1.2 6.00 72.00 78.00 ERROR
r-oldrel-macos-arm64 2021.1.2 OK
r-oldrel-macos-x86_64 2021.1.2 2.00 163.00 165.00 OK
r-oldrel-windows-x86_64 2021.1.2 7.00 82.00 89.00 ERROR

Check Details

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [31s/35s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R Saving _problems/test_fake-137.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) ── Error ('test_fake.R:135:3'): simmulations ─────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:135:3 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/45s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2021.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘intro.Rmd’ using rmarkdown Quitting from intro.Rmd:111-119 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Downdated VtV is not positive definite --- Backtrace: ▆ 1. └─attrib::fit_attrib(...) 2. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 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. └─lme4 (local) fn(nM$xeval()) 11. └─lme4 (local) pwrssUpdate(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'intro.Rmd' failed with diagnostics: Downdated VtV is not positive definite --- failed re-building ‘intro.Rmd’ SUMMARY: processing the following file failed: ‘intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2021.1.2
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘dlnm’ ‘ggplot2’ ‘mvmeta’ ‘pbs’ ‘tsModel’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [48s/124s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R Saving _problems/test_fake-137.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) ── Error ('test_fake.R:135:3'): simmulations ─────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:135:3 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2021.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘intro.Rmd’ using rmarkdown Quitting from intro.Rmd:111-119 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Downdated VtV is not positive definite --- Backtrace: ▆ 1. └─attrib::fit_attrib(...) 2. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 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. └─lme4 (local) fn(nM$xeval()) 11. └─lme4 (local) pwrssUpdate(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'intro.Rmd' failed with diagnostics: Downdated VtV is not positive definite --- failed re-building ‘intro.Rmd’ SUMMARY: processing the following file failed: ‘intro.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/118s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R Saving _problems/test_fake-137.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) ── Error ('test_fake.R:135:3'): simmulations ─────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:135:3 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2021.1.2
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50% Flavor: r-devel-windows-x86_64

Version: 2021.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'intro.Rmd' using rmarkdown Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [57s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 2021.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [29s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50%Saving _problems/test_fake-35.R Saving _problems/test_fake-137.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_fake.R:27:5'): Model fit ─────────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:27:5 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) ── Error ('test_fake.R:135:3'): simmulations ─────────────────────────────────── <Rcpp::exception/C++Error/error/condition> Error: Downdated VtV is not positive definite Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_fake.R:135:3 2. │ └─base::withCallingHandlers(...) 3. └─attrib::fit_attrib(...) 4. └─lme4::glmer(stats::as.formula(formula), family = "poisson", data = data) 5. └─lme4::optimizeGlmer(...) 6. └─lme4:::optwrap(...) 7. ├─base::withCallingHandlers(...) 8. ├─base::do.call(optfun, arglist) 9. └─lme4 (local) `<fn>`(...) 10. ├─nM$newf(fn(nM$xeval())) 11. │ └─base::stopifnot(length(value <- as.numeric(value)) == 1L) 12. └─lme4 (local) fn(nM$xeval()) 13. └─lme4 (local) pwrssUpdate(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 2021.1.2
Check: tests
Result: ERROR Running 'testthat.R' [9s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50% Flavor: r-release-windows-x86_64

Version: 2021.1.2
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(attrib) attrib 2021.1.2 https://folkehelseinstituttet.github.io/attrib > > test_check("attrib") | | | 0% | |=================================== | 50% Flavor: r-oldrel-windows-x86_64