Last updated on 2025-02-04 05:50:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 50.28 | 153.41 | 203.69 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0.2 | 38.38 | 98.21 | 136.59 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.2 | 363.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 365.95 | OK | |||
r-devel-windows-x86_64 | 2.0.2 | 56.00 | 229.00 | 285.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 62.90 | 141.60 | 204.50 | OK | |
r-release-linux-x86_64 | 2.0.1 | 55.60 | 143.62 | 199.22 | OK | |
r-release-macos-arm64 | 2.0.2 | 88.00 | NOTE | |||
r-release-macos-x86_64 | 2.0.2 | 218.00 | OK | |||
r-release-windows-x86_64 | 2.0.2 | 56.00 | 214.00 | 270.00 | OK | |
r-oldrel-macos-arm64 | 2.0.0 | 80.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0.0 | 197.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.2 | 59.00 | 253.00 | 312.00 | OK |
Version: 2.0.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [38s/50s]
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(distantia, quietly = TRUE)
>
> test_check("distantia")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 251 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-utils_new_time.R:14:3'): `utils_new_time()` works ────────────
unique(diff(new_time)) (`actual`) not equal to c(90, 91, 92) (`expected`).
`attr(actual, 'units')` is a character vector ('days')
`attr(expected, 'units')` is absent
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 251 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0.2
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 3.4Mb
Flavor: r-release-macos-arm64
Version: 2.0.0
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 3.4Mb
Flavor: r-oldrel-macos-arm64