CRAN Package Check Results for Package CFtime

Last updated on 2026-04-08 09:57:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.3 12.75 59.88 72.63 OK
r-devel-linux-x86_64-debian-gcc 1.7.3 8.27 41.93 50.20 OK
r-devel-linux-x86_64-fedora-clang 1.7.3 26.00 99.52 125.52 OK
r-devel-linux-x86_64-fedora-gcc 1.7.3 20.00 84.94 104.94 OK
r-devel-macos-arm64 1.7.3 3.00 27.00 30.00 OK
r-devel-windows-x86_64 1.7.3 12.00 81.00 93.00 OK
r-patched-linux-x86_64 1.7.2 13.75 54.23 67.98 OK
r-release-linux-x86_64 1.7.3 11.28 50.18 61.46 OK
r-release-macos-arm64 1.7.3 3.00 29.00 32.00 OK
r-release-macos-x86_64 1.7.3 8.00 61.00 69.00 ERROR
r-release-windows-x86_64 1.7.2 12.00 75.00 87.00 OK
r-oldrel-macos-arm64 1.7.2 OK
r-oldrel-macos-x86_64 1.7.3 7.00 94.00 101.00 OK
r-oldrel-windows-x86_64 1.7.2 13.00 90.00 103.00 OK

Check Details

Version: 1.7.3
Check: examples
Result: ERROR Running examples in ‘CFtime-Ex.R’ failed The error most likely occurred in: > ### Name: bounds > ### Title: Bounds of the time offsets > ### Aliases: bounds bounds<- > > ### ** Examples > > t <- CFtime("days since 2024-01-01", "standard", seq(0.5, by = 1, length.out = 366)) > as_timestamp(t)[1:3] [1] "2024-01-01T12:00:00" "2024-01-02T12:00:00" "2024-01-03T12:00:00" > bounds(t) <- rbind(0:365, 1:366) > bounds(t)[, 1:3] [,1] [,2] [,3] [1,] 0 1 2 [2,] 1 2 3 > bounds(t, "%d-%b-%Y")[, 1:3] Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘rlang’ Calls: bounds ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-macos-x86_64

Version: 1.7.3
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/0s] 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) Error: package or namespace load failed for 'testthat' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'rlang' Execution halted Flavor: r-release-macos-x86_64