Last updated on 2025-04-16 00:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.1 | 2.89 | 73.58 | 76.47 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 2.43 | 48.89 | 51.32 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 112.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 122.88 | 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.84 | 65.54 | 69.38 | OK | |
r-release-linux-x86_64 | 0.6.1 | 3.14 | 59.72 | 62.86 | OK | |
r-release-macos-arm64 | 0.6.1 | 102.00 | OK | |||
r-release-macos-x86_64 | 0.6.1 | 146.00 | OK | |||
r-release-windows-x86_64 | 0.6.1 | 5.00 | 98.00 | 103.00 | OK | |
r-oldrel-macos-arm64 | 0.6.1 | 85.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.1 | 182.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.1 | 6.00 | 112.00 | 118.00 | OK |
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/144s]
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 download of the txt TOC file. Run the same command with verbose=TRUE option to get more info on the issue.
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 a warning by the download of the DSD file. Run the same command with verbose=TRUE option to get more info on the issue.
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 281 ]
══ 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:26: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:27:1'): (code run outside of `test_that()`) ──────
names(dt2) (`actual`) not equal to c("concept", "code", "name") (`expected`).
`actual`:
`expected`: "concept" "code" "name"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 281 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.