Last updated on 2025-04-09 23:52:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.1 | 3.81 | 72.18 | 75.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 2.42 | 28.80 | 31.22 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 114.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 122.88 | OK | |||
r-devel-macos-arm64 | 0.6.1 | 102.00 | OK | |||
r-devel-macos-x86_64 | 0.6.1 | 146.00 | OK | |||
r-devel-windows-x86_64 | 0.6.1 | 5.00 | 103.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 0.6.1 | 3.89 | 65.69 | 69.58 | OK | |
r-release-linux-x86_64 | 0.6.1 | 2.78 | 64.77 | 67.55 | 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 | 5.00 | 98.00 | 103.00 | OK | |
r-oldrel-macos-arm64 | 0.6.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.6.1 | 198.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.1 | 5.00 | 117.00 | 122.00 | OK |
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/10s]
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 downloaded txt TOC file. Run the same command with verbose=TRUE option to get more info on the issue.
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 6 | WARN 1 | SKIP 0 | PASS 279 ]
══ 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: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 6 | WARN 1 | SKIP 0 | PASS 279 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘hicp_intro.Rmd’ using rmarkdown
Warning in Sys.setlocale("LC_TIME", "English") :
OS reports request to set locale to "English" cannot be honored
Quitting from hicp_intro.Rmd:51-54 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! object 'code' not found
---
Backtrace:
▆
1. ├─dtd[1:5, list(title, code, lastUpdate, values)]
2. └─data.table:::`[.data.table`(...)
3. └─base::eval(jsub, SDenv, parent.frame())
4. └─base::eval(jsub, SDenv, parent.frame())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'hicp_intro.Rmd' failed with diagnostics:
object 'code' not found
--- failed re-building ‘hicp_intro.Rmd’
SUMMARY: processing the following file failed:
‘hicp_intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc