Last updated on 2026-01-19 09:49:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 3.42 | 147.44 | 150.86 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.10 | 86.57 | 89.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 8.00 | 217.85 | 225.85 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 8.00 | 224.83 | 232.83 | ERROR | |
| r-devel-windows-x86_64 | 1.0.0 | 6.00 | 135.00 | 141.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 4.07 | 116.92 | 120.99 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 3.61 | 119.42 | 123.03 | ERROR | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 3.00 | 147.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 133.00 | 139.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 3.00 | 151.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 7.00 | 171.00 | 178.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [67s/66s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/41s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [99s/322s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [92s/178s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [55s/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
The following object is masked from 'package:utils':
data
>
> 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [52s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [70s]
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 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.
Saving _problems/test_hicp.data-14.R
Saving _problems/test_hicp.data-15.R
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)
Saving _problems/test_hicp.data-39.R
Saving _problems/test_hicp.data-40.R
Saving _problems/test_hicp.data-41.R
Saving _problems/test_hicp.data-42.R
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_hicp.data.r:14:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt1) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:15:1'): (code run outside of `test_that()`) ──────
Expected `names(dt1)` to equal `c(...)`.
Differences:
actual | expected
- "title" [1]
- "code" [2]
- "type" [3]
- "lastUpdate" [4]
- "lastModified" [5]
- "dataStart" [6]
- "dataEnd" [7]
- "values" [8]
── Failure ('test_hicp.data.r:39:1'): (code run outside of `test_that()`) ──────
Expected `nrow(dt3) > 0` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test_hicp.data.r:40:1'): (code run outside of `test_that()`) ──────
Expected `names(dt3)` to equal `c("coicop", "geo", "time", "values")`.
Differences:
`actual`:
`expected`: "coicop" "geo" "time" "values"
── Failure ('test_hicp.data.r:41:1'): (code run outside of `test_that()`) ──────
Expected `unique(as.character(dt3$geo))` to equal "EA".
Differences:
`actual`:
`expected`: "EA"
── Failure ('test_hicp.data.r:42:1'): (code run outside of `test_that()`) ──────
Expected `min(as.integer(dt3$time))` to equal 2020.
Differences:
`actual`: Inf
`expected`: 2020.0
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 472 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
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.
Health stats visible at Monitor.