CRAN Package Check Results for Package hicp

Last updated on 2025-08-29 04:50:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 3.76 143.25 147.01 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 2.49 83.99 86.48 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 204.15 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 201.99 OK
r-devel-windows-x86_64 1.0.0 6.00 124.00 130.00 ERROR
r-patched-linux-x86_64 1.0.0 4.16 114.04 118.20 OK
r-release-linux-x86_64 1.0.0 4.11 116.12 120.23 OK
r-release-macos-arm64 1.0.0 79.00 OK
r-release-macos-x86_64 1.0.0 150.00 OK
r-release-windows-x86_64 1.0.0 6.00 131.00 137.00 OK
r-oldrel-macos-arm64 1.0.0 80.00 OK
r-oldrel-macos-x86_64 1.0.0 154.00 OK
r-oldrel-windows-x86_64 1.0.0 7.00 163.00 170.00 OK

Check Details

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [44s] 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 The following object is masked from 'package:utils': data > > test_check("hicp") There is an error by the reading of the downloaded txt TOC file. Run the same command with verbose=TRUE option to get more info on the issue. get_eurostat_dsd - There is an error by the reading of the downloaded DSD file. Run the same command with verbose=TRUE option to get more info on the issue. get_eurostat_dsd - There is an error by the reading of the downloaded DSD file. Run the same command with verbose=TRUE option to get more info on the issue. Could not download the DSD. The filter is ignored 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 8 | WARN 1 | SKIP 0 | PASS 470 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ────── nrow(dt1) > 0 (`actual`) not equal to TRUE (`expected`). `actual`: FALSE `expected`: TRUE ── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ────── names(dt1) (`actual`) not equal to c(...) (`expected`). actual | expected - "title" [1] - "code" [2] - "type" [3] - "lastUpdate" [4] - "lastModified" [5] - "dataStart" [6] - "dataEnd" [7] - "values" [8] ── Failure ('test_hicp.data.r:27:1'): (code run outside of `test_that()`) ────── nrow(dt2) > 0 (`actual`) not equal to TRUE (`expected`). `actual`: FALSE `expected`: TRUE ── Failure ('test_hicp.data.r:28:1'): (code run outside of `test_that()`) ────── names(dt2) (`actual`) not equal to c("concept", "code", "name") (`expected`). `actual`: `expected`: "concept" "code" "name" ── Failure ('test_hicp.data.r:39: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:40: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:41: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:42:1'): (code run outside of `test_that()`) ────── min(as.integer(dt3$time)) (`actual`) not equal to 2020 (`expected`). `actual`: Inf `expected`: 2020.0 [ FAIL 8 | WARN 1 | SKIP 0 | PASS 470 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64