CRAN Package Check Results for Package rsurv

Last updated on 2026-03-03 18:52:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 23.93 151.76 175.69 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.2 17.89 111.53 129.42 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.2 41.00 241.08 282.08 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.2 43.00 248.26 291.26 ERROR
r-devel-macos-arm64 0.0.2 3.00 36.00 39.00 NOTE
r-devel-windows-x86_64 0.0.2 17.00 136.00 153.00 NOTE
r-patched-linux-x86_64 0.0.2 25.20 144.18 169.38 NOTE
r-release-linux-x86_64 0.0.2 20.98 143.89 164.87 NOTE
r-release-macos-arm64 0.0.2 NOTE
r-release-macos-x86_64 0.0.2 8.00 206.00 214.00 OK
r-release-windows-x86_64 0.0.2 17.00 136.00 153.00 NOTE
r-oldrel-macos-arm64 0.0.2 OK
r-oldrel-macos-x86_64 0.0.2 8.00 102.00 110.00 OK
r-oldrel-windows-x86_64 0.0.2 25.00 175.00 200.00 OK

Check Details

Version: 0.0.2
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘lp.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 0.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/44s] 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(rsurv) > > test_check("rsurv") Saving _problems/test2-12.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 0 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • empty test (4): , , , ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test2.R:5:1'): (code run outside of `test_that()`) ────────────────── <dplyr:::mutate_error/rlang_error/error/condition> Error in `mutate(data.frame(age = rnorm(n), sex = sample(c("f", "m"), size = n, replace = TRUE)), time = rphreg(u = runif(n), ~age + sex, beta = c(1, 0.5), dist = "weibull", scale = 2, shape = 1.5), rinterval(time, tau = seq(0, 5, by = 1), type = "II", prob = 0.7))`: i In argument: `rinterval(time, tau = seq(0, 5, by = 1), type = "II", prob = 0.7)`. Caused by error in `rinterval()`: ! object 'limits' not found Backtrace: ▆ 1. ├─dplyr::mutate(...) at test2.R:5:1 2. ├─dplyr:::mutate.data.frame(...) 3. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 4. │ ├─base::withCallingHandlers(...) 5. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 6. │ └─mask$eval_all_mutate(quo) 7. │ └─dplyr (local) eval() 8. ├─rsurv::rinterval(...) 9. └─base::.handleSimpleError(...) 10. └─dplyr (local) h(simpleError(msg, call)) 11. └─rlang::abort(message, class = error_class, parent = parent, call = error_call) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc