Last updated on 2025-03-27 05:50:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 20.45 | 133.39 | 153.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 16.31 | 99.81 | 116.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 255.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 253.93 | NOTE | |||
r-devel-macos-arm64 | 0.0.2 | 68.00 | OK | |||
r-devel-macos-x86_64 | 0.0.2 | 214.00 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 16.00 | 128.00 | 144.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.2 | 21.16 | 131.94 | 153.10 | NOTE | |
r-release-linux-x86_64 | 0.0.2 | 20.81 | 129.63 | 150.44 | OK | |
r-release-macos-arm64 | 0.0.2 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.0.2 | 110.00 | OK | |||
r-release-windows-x86_64 | 0.0.2 | 15.00 | 126.00 | 141.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.2 | 110.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 20.00 | 156.00 | 176.00 | ERROR |
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-windows-x86_64, r-patched-linux-x86_64
Version: 0.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
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")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ 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))`: ℹ 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 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64