Last updated on 2025-02-21 02:52:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.3 | 6.44 | 258.77 | 265.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.3 | 3.72 | 165.55 | 169.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.3 | 439.13 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.3 | 429.61 | OK | |||
r-devel-macos-arm64 | 0.4.3 | 183.00 | OK | |||
r-devel-macos-x86_64 | 0.4.3 | 329.00 | OK | |||
r-devel-windows-x86_64 | 0.4.3 | 9.00 | 528.00 | 537.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.3 | 6.13 | 250.68 | 256.81 | OK | |
r-release-linux-x86_64 | 0.4.3 | 5.72 | 250.18 | 255.90 | OK | |
r-release-macos-arm64 | 0.4.3 | 176.00 | OK | |||
r-release-macos-x86_64 | 0.4.3 | 249.00 | OK | |||
r-release-windows-x86_64 | 0.4.3 | 7.00 | 418.00 | 425.00 | OK | |
r-oldrel-macos-arm64 | 0.4.3 | 172.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.3 | 297.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.3 | 9.00 | 454.00 | 463.00 | OK |
Version: 0.4.3
Check: tests
Result: ERROR
Running 'testthat.R' [461s]
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(portalr)
>
> test_check("portalr")
Downloading version `5.125.0` of the data...
Downloading version `5.125.0` of the data...
Downloading version `5.125.0` of the data...
Downloading version `5.125.0` of the data...
Downloading version `5.125.0` of the data...
[ FAIL 1 | WARN 5 | SKIP 43 | PASS 81 ]
══ Skipped tests (43) ══════════════════════════════════════════════════════════
• On CRAN (43): 'test-01-data-retrieval.R:5:5',
'test-01-data-retrieval.R:41:5', 'test-01-data-retrieval.R:48:5',
'test-01-data-retrieval.R:63:5', 'test-01-data-retrieval.R:78:5',
'test-01-data-retrieval.R:99:5', 'test-03-summarize-rodents.R:6:3',
'test-03-summarize-rodents.R:32:3', 'test-03-summarize-rodents.R:38:3',
'test-03-summarize-rodents.R:60:3', 'test-03-summarize-rodents.R:85:3',
'test-03-summarize-rodents.R:110:3', 'test-03-summarize-rodents.R:129:3',
'test-03-summarize-rodents.R:195:3', 'test-99-regression.R:8:3',
'test-99-regression.R:18:3', 'test-99-regression.R:26:3',
'test-99-regression.R:44:3', 'test-99-regression.R:68:3',
'test-99-regression.R:78:3', 'test-99-regression.R:87:3',
'test-99-regression.R:100:3', 'test-99-regression.R:109:3',
'test-99-regression.R:118:3', 'test-99-regression.R:130:3',
'test-99-regression.R:141:3', 'test-99-regression.R:153:3',
'test-99-regression.R:162:3', 'test-99-regression.R:171:3',
'test-99-regression.R:181:3', 'test-99-regression.R:195:3',
'test-99-regression.R:207:3', 'test-99-regression.R:215:3',
'test-99-regression.R:227:3', 'test-99-regression.R:235:3',
'test-99-regression.R:247:3', 'test-99-regression.R:255:3',
'test-99-regression.R:267:3', 'test-99-regression.R:280:3',
'test-99-regression.R:290:3', 'test-99-regression.R:300:3',
'test-99-regression.R:318:3', 'test-99-regression.R:330:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-02-data-processing.R:8:1'): (code run outside of `test_that()`) ──
Error in `UseMethod("rename")`: no applicable method for 'rename' applied to an object of class "c('simpleWarning', 'warning', 'condition')"
Backtrace:
▆
1. └─portalr::load_rodent_data(portal_data_path) at test-02-data-processing.R:8:1
2. └─dplyr::rename(species_table, species = "speciescode")
[ FAIL 1 | WARN 5 | SKIP 43 | PASS 81 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64