Last updated on 2026-05-08 01:51:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 10.85 | 91.41 | 102.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 6.84 | 63.74 | 70.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 17.00 | 137.50 | 154.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 17.00 | 147.80 | 164.80 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 13.00 | 94.00 | 107.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 10.19 | 82.59 | 92.78 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 10.18 | 82.47 | 92.65 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 63.00 | 65.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 7.00 | 211.00 | 218.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 15.00 | 154.00 | 169.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 2.00 | 146.00 | 148.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 7.00 | 194.00 | 201.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 21.00 | 183.00 | 204.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(ILORA)
>
> test_check("ILORA")
Saving _problems/test-get_data-5.R
Saving _problems/test-get_data-20.R
Saving _problems/test-get_data-38.R
Saving _problems/test-get_data-51.R
Saving _problems/test-get_data-67.R
Saving _problems/test-get_data-74.R
Saving _problems/test-get_data-109.R
[ FAIL 7 | WARN 0 | SKIP 10 | PASS 1 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• Database not reachable (1): 'test-get_data.R:317:1'
• On CRAN (9): 'test-get_data.R:160:3', 'test-get_data.R:177:3',
'test-get_data.R:190:3', 'test-get_data.R:206:3', 'test-get_data.R:222:3',
'test-get_data.R:234:3', 'test-get_data.R:249:3', 'test-get_data.R:267:3',
'test-get_data.R:296:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_data.R:5:3'): get_species_names includes known species if present ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_names() at test-get_data.R:5:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:20:3'): get_variable_names returns a named list of variables ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_variable_names() at test-get_data.R:20:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:38:3'): get_table_names returns a character vector ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_table_names() at test-get_data.R:38:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:48:3'): get_data returns a data frame for valid inputs ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_data(...) at test-get_data.R:48:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:64:3'): get_data returns error for invalid species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-get_data.R:64:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─ILORA::get_data(...)
8. └─ILORA:::connect_ilora_db()
9. ├─DBI::dbConnect(...)
10. └─RPostgres::dbConnect(...)
11. └─RPostgres (local) .local(drv, ...)
12. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:74:3'): get_species_details retrieves correct details for a single species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_details(species_name) at test-get_data.R:74:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:109:3'): get_species_details retrieves correct details for multiple species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_details(species_names) at test-get_data.R:109:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
[ FAIL 7 | WARN 0 | SKIP 10 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(ILORA)
>
> test_check("ILORA")
Saving _problems/test-get_data-5.R
Saving _problems/test-get_data-20.R
Saving _problems/test-get_data-38.R
Saving _problems/test-get_data-51.R
Saving _problems/test-get_data-67.R
Saving _problems/test-get_data-74.R
Saving _problems/test-get_data-109.R
[ FAIL 7 | WARN 0 | SKIP 10 | PASS 1 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• Database not reachable (1): 'test-get_data.R:317:1'
• On CRAN (9): 'test-get_data.R:160:3', 'test-get_data.R:177:3',
'test-get_data.R:190:3', 'test-get_data.R:206:3', 'test-get_data.R:222:3',
'test-get_data.R:234:3', 'test-get_data.R:249:3', 'test-get_data.R:267:3',
'test-get_data.R:296:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_data.R:5:3'): get_species_names includes known species if present ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_names() at test-get_data.R:5:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:20:3'): get_variable_names returns a named list of variables ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_variable_names() at test-get_data.R:20:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:38:3'): get_table_names returns a character vector ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_table_names() at test-get_data.R:38:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:48:3'): get_data returns a data frame for valid inputs ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_data(...) at test-get_data.R:48:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:64:3'): get_data returns error for invalid species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-get_data.R:64:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─ILORA::get_data(...)
8. └─ILORA:::connect_ilora_db()
9. ├─DBI::dbConnect(...)
10. └─RPostgres::dbConnect(...)
11. └─RPostgres (local) .local(drv, ...)
12. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:74:3'): get_species_details retrieves correct details for a single species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_details(species_name) at test-get_data.R:74:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
── Error ('test-get_data.R:109:3'): get_species_details retrieves correct details for multiple species ──
Error: could not translate host name "ilora-db19-ilora-2019.e.aivencloud.com" to address: Name or service not known
Backtrace:
▆
1. └─ILORA::get_species_details(species_names) at test-get_data.R:109:3
2. └─ILORA:::connect_ilora_db()
3. ├─DBI::dbConnect(...)
4. └─RPostgres::dbConnect(...)
5. └─RPostgres (local) .local(drv, ...)
6. └─RPostgres:::connection_create(names(opts), as.vector(opts), check_interrupts)
[ FAIL 7 | WARN 0 | SKIP 10 | PASS 1 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64