CRAN Package Check Results for Package rtide

Last updated on 2024-11-22 09:49:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.11 3.18 46.17 49.35 OK
r-devel-linux-x86_64-debian-gcc 0.0.11 2.47 32.11 34.58 OK
r-devel-linux-x86_64-fedora-clang 0.0.11 83.31 OK
r-devel-linux-x86_64-fedora-gcc 0.0.11 76.60 OK
r-devel-windows-x86_64 0.0.11 7.00 77.00 84.00 OK
r-patched-linux-x86_64 0.0.10 2.78 44.39 47.17 ERROR
r-release-linux-x86_64 0.0.10 2.82 44.17 46.99 OK
r-release-macos-arm64 0.0.11 31.00 OK
r-release-macos-x86_64 0.0.11 49.00 OK
r-release-windows-x86_64 0.0.11 6.00 67.00 73.00 OK
r-oldrel-macos-arm64 0.0.11 39.00 OK
r-oldrel-macos-x86_64 0.0.11 49.00 OK
r-oldrel-windows-x86_64 0.0.11 6.00 74.00 80.00 OK

Check Details

Version: 0.0.10
Check: examples
Result: ERROR Running examples in ‘rtide-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tide_datetimes > ### Title: Tide Date Times > ### Aliases: tide_datetimes > > ### ** Examples > > tide_datetimes() Error in `tide_datetimes()`: ! `tz` must be a tz (non-missing scalar character of a recognized timezone). Backtrace: ▆ 1. └─rtide::tide_datetimes() 2. └─chk::chk_tz(tz) 3. └─chk::abort_chk(...) 4. └─chk::err(..., n = n, tidy = tidy, class = "chk_error", call = call) 5. └─rlang::abort(msg, class = class, !!!args[named], call = call) Execution halted Flavor: r-patched-linux-x86_64

Version: 0.0.10
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [18s/23s] 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(rtide) rtide is not suitable for navigation > > test_check("rtide") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tide-height.R:29:3'): tide_datetimes works ───────────────────── <chk_error/rlang_error/error/condition> Error in `tide_datetimes(minutes = minutes, from = from, to = to, tz = tz)`: `tz` must be a tz (non-missing scalar character of a recognized timezone). Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-tide-height.R:29:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─dttr2::dtt_tz(...) 5. └─rtide::tide_datetimes(...) 6. └─chk::chk_tz(tz) 7. └─chk::abort_chk(...) 8. └─chk::err(..., n = n, tidy = tidy, class = "chk_error", call = call) 9. └─rlang::abort(msg, class = class, !!!args[named], call = call) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64