CRAN Package Check Results for Package attrib

Last updated on 2024-06-13 00:55:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2021.1.2 3.06 172.67 175.73 OK
r-devel-linux-x86_64-debian-gcc 2021.1.2 0.30 1.87 2.17 ERROR
r-devel-linux-x86_64-fedora-clang 2021.1.2 238.69 NOTE
r-devel-linux-x86_64-fedora-gcc 2021.1.2 273.90 NOTE
r-devel-windows-x86_64 2021.1.2 5.00 163.00 168.00 ERROR
r-patched-linux-x86_64 2021.1.2 3.98 202.58 206.56 OK
r-release-linux-x86_64 2021.1.2 2.79 220.56 223.35 OK
r-release-macos-arm64 2021.1.2 79.00 OK
r-release-macos-x86_64 2021.1.2 149.00 OK
r-release-windows-x86_64 2021.1.2 5.00 167.00 172.00 OK
r-oldrel-macos-arm64 2021.1.2 100.00 OK
r-oldrel-macos-x86_64 2021.1.2 150.00 OK
r-oldrel-windows-x86_64 2021.1.2 5.00 223.00 228.00 OK

Check Details

Version: 2021.1.2
Check: package dependencies
Result: ERROR Packages required but not available: 'lubridate', 'lme4', 'arm', 'tibble', 'stringr', 'ggplot2', 'progress' Package suggested but not available for checking: ‘testthat’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

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' [69s] 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% | |======================================================================| 100%[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_fake.R:159:3'): simmulations ───────────────────────────────── round(as.numeric(median(dif_obs), 0)) not equal to c(0). 1/1 mismatches [1] -1 - 0 == -1 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64