Last updated on 2025-09-17 09:50:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.81 | 29.70 | 32.51 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.01 | 23.09 | 25.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 44.67 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 42.47 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 6.00 | 55.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 2.95 | 27.28 | 30.23 | OK | |
r-release-linux-x86_64 | 0.2.0 | 2.11 | 27.09 | 29.20 | OK | |
r-release-macos-arm64 | 0.2.0 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 43.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 5.00 | 55.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 5.00 | 65.00 | 70.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(logib)
>
> test_check("logib")
trying URL 'https://logib.admin.ch/assets/Data/Beispiel_Datenblatt_M1.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Exemple_feuille_de_donn%C3%A9es_M1.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Esempio_foglio_di_dati_M1.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Example_data_sheet_M1.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Example_data_sheet_M1.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Datalist_d.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Datalist_f.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Datalist_i.xlsx'
trying URL 'https://logib.admin.ch/assets/Data/Datalist_e.xlsx'
[ FAIL 9 | WARN 9 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-analysis.R:42:3'): analysis() returns the correct results using downloaded example data DE ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Beispiel_Datenblatt_M1.xlsx'
Backtrace:
▆
1. └─logib::download_example_datalist(...) at test-analysis.R:42:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-analysis.R:62:3'): analysis() returns the correct results using downloaded example data FR ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Exemple_feuille_de_donn%C3%A9es_M1.xlsx'
Backtrace:
▆
1. └─logib::download_example_datalist(...) at test-analysis.R:62:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-analysis.R:82:3'): analysis() returns the correct results using downloaded example data IT ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Esempio_foglio_di_dati_M1.xlsx'
Backtrace:
▆
1. └─logib::download_example_datalist(...) at test-analysis.R:82:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-analysis.R:102:3'): analysis() returns the correct results using downloaded example data EN ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Example_data_sheet_M1.xlsx'
Backtrace:
▆
1. └─logib::download_example_datalist(...) at test-analysis.R:102:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-download.R:3:3'): The included example file is identical to the downloaded example file ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Example_data_sheet_M1.xlsx'
Backtrace:
▆
1. └─logib::download_example_datalist(...) at test-download.R:3:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-download.R:11:3'): Datalist DE can be downloaded and has correct variable names ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Datalist_d.xlsx'
Backtrace:
▆
1. └─logib::download_datalist(...) at test-download.R:11:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-download.R:17:3'): Datalist FR can be downloaded and has correct variable names ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Datalist_f.xlsx'
Backtrace:
▆
1. └─logib::download_datalist(...) at test-download.R:17:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-download.R:23:3'): Datalist IT can be downloaded and has correct variable names ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Datalist_i.xlsx'
Backtrace:
▆
1. └─logib::download_datalist(...) at test-download.R:23:3
2. └─utils::download.file(url, file, mode = "wb")
── Error ('test-download.R:29:3'): Datalist EN can be downloaded and has correct variable names ──
Error in `utils::download.file(url, file, mode = "wb")`: cannot open URL 'https://logib.admin.ch/assets/Data/Datalist_e.xlsx'
Backtrace:
▆
1. └─logib::download_datalist(...) at test-download.R:29:3
2. └─utils::download.file(url, file, mode = "wb")
[ FAIL 9 | WARN 9 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc