Last updated on 2026-01-17 06:50:37 CET.
| Package | WARN | NOTE | OK |
|---|---|---|---|
| JointAI | 1 | 9 | 3 |
Current CRAN status: WARN: 1, NOTE: 9, OK: 3
Version: 1.0.6
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:
‘helpfunctions_melt.R’
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, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.6
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'Surv.Rd':
Surv
Code: function(time, time2, event, type = c("right", "left",
"interval", "counting", "interval2"), origin = 0)
Docs: function(time, time2, event, type = c("right", "left",
"interval", "counting", "interval2", "mstate"), origin
= 0)
Mismatches in argument default values:
Name: 'type' Code: c("right", "left", "interval", "counting", "interval2") Docs: c("right", "left", "interval", "counting", "interval2", "mstate")
Flavor: r-devel-linux-x86_64-debian-gcc