Last updated on 2024-02-17 07:52:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.09 | 58.77 | 61.86 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 105.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 110.06 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 7.00 | 94.00 | 101.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 4.45 | 73.73 | 78.18 | OK | |
r-release-linux-x86_64 | 0.3.1 | 3.70 | 73.90 | 77.60 | OK | |
r-release-macos-arm64 | 0.3.1 | 64.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 157.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 5.00 | 105.00 | 110.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 58.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 94.00 | 101.00 | ERROR |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-dataset_download.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dataset.R:15:3'): dataset() works ──────────────────────────────
Error in `is.finite.POSIXlt(provenance(y)$started_at)`: could not find function "is.finite.POSIXlt"
Backtrace:
▆
1. └─testthat::expect_true(is.finite.POSIXlt(provenance(y)$started_at)) at test-dataset.R:15:3
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 166 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [6s]
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(dataset)
Attaching package: 'dataset'
The following object is masked from 'package:testthat':
describe
>
> test_check("dataset")
trying URL 'https://zenodo.org/record/7421899/files/iris.csv?download=1'
Content type 'text/plain; charset=utf-8' length 4026 bytes
==================================================
downloaded 4026 bytes
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 166 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-dataset_download.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dataset.R:15:3'): dataset() works ──────────────────────────────
Error in `is.finite.POSIXlt(provenance(y)$started_at)`: could not find function "is.finite.POSIXlt"
Backtrace:
▆
1. └─testthat::expect_true(is.finite.POSIXlt(provenance(y)$started_at)) at test-dataset.R:15:3
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 166 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64