Last updated on 2025-09-05 07:48:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 8.07 | 77.83 | 85.90 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 5.60 | 58.41 | 64.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 143.28 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 142.67 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 9.00 | 87.00 | 96.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 6.83 | 73.43 | 80.26 | OK | |
r-release-linux-x86_64 | 1.0.0 | 6.85 | 74.01 | 80.86 | OK | |
r-release-macos-arm64 | 1.0.0 | 60.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 74.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 10.00 | 90.00 | 100.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 68.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 13.00 | 109.00 | 122.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(covid19br)
>
> test_check("covid19br")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_covid19br.R:16:1'): (code run outside of `test_that()`) ────────
Error in `if (level == "cities") {
data <- data %>% filter(!is.na(.data$pop))
}`: argument is of length zero
Backtrace:
▆
1. ├─regions %>% filter(date == max(date)) %>% add_geo() %>% ... at test_covid19br.R:16:1
2. ├─covid19br::add_epi_rates(.)
3. │ └─base::nrow(data)
4. └─covid19br::add_geo(.)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/102s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(covid19br)
>
> test_check("covid19br")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_covid19br.R:16:1'): (code run outside of `test_that()`) ────────
Error in `if (level == "cities") {
data <- data %>% filter(!is.na(.data$pop))
}`: argument is of length zero
Backtrace:
▆
1. ├─regions %>% filter(date == max(date)) %>% add_geo() %>% ... at test_covid19br.R:16:1
2. ├─covid19br::add_epi_rates(.)
3. │ └─base::nrow(data)
4. └─covid19br::add_geo(.)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/64s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(covid19br)
>
> test_check("covid19br")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_covid19br.R:16:1'): (code run outside of `test_that()`) ────────
Error in `if (level == "cities") {
data <- data %>% filter(!is.na(.data$pop))
}`: argument is of length zero
Backtrace:
▆
1. ├─regions %>% filter(date == max(date)) %>% add_geo() %>% ... at test_covid19br.R:16:1
2. ├─covid19br::add_epi_rates(.)
3. │ └─base::nrow(data)
4. └─covid19br::add_geo(.)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc