CRAN Package Check Results for Package hicp

Last updated on 2025-02-01 12:48:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.1 3.19 71.11 74.30 OK
r-devel-linux-x86_64-debian-gcc 0.6.1 2.53 48.38 50.91 OK
r-devel-linux-x86_64-fedora-clang 0.6.1 121.80 OK
r-devel-linux-x86_64-fedora-gcc 0.6.1 129.49 OK
r-devel-windows-x86_64 0.6.1 5.00 98.00 103.00 OK
r-patched-linux-x86_64 0.6.1 3.53 64.00 67.53 ERROR
r-release-linux-x86_64 0.6.1 2.88 63.44 66.32 OK
r-release-macos-arm64 0.6.1 85.00 OK
r-release-macos-x86_64 0.6.1 182.00 OK
r-release-windows-x86_64 0.6.1 4.00 95.00 99.00 OK
r-oldrel-macos-arm64 0.6.1 142.00 OK
r-oldrel-macos-x86_64 0.6.1 198.00 OK
r-oldrel-windows-x86_64 0.6.1 5.00 116.00 121.00 OK

Check Details

Version: 0.6.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/74s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(hicp) Attaching package: 'hicp' The following object is masked from 'package:stats': aggregate > > test_check("hicp") There is a warning by the reading of the CSV file. Run the same command with verbose=TRUE option to get more info on the issue. 404 - No data retrived with the given filter(s) [ FAIL 4 | WARN 1 | SKIP 0 | PASS 281 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_hicp.data.r:38:1'): (code run outside of `test_that()`) ────── nrow(dt3) > 0 (`actual`) not equal to TRUE (`expected`). `actual`: FALSE `expected`: TRUE ── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ────── names(dt3) (`actual`) not equal to c("coicop", "geo", "time", "values") (`expected`). `actual`: `expected`: "coicop" "geo" "time" "values" ── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ────── unique(as.character(dt3$geo)) (`actual`) not equal to "EA" (`expected`). `actual`: `expected`: "EA" ── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ────── min(as.integer(dt3$time)) (`actual`) not equal to 2020 (`expected`). `actual`: Inf `expected`: 2020.0 [ FAIL 4 | WARN 1 | SKIP 0 | PASS 281 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64