CRAN Package Check Results for Maintainer ‘Hunyong Cho <hunyong.cho at gmail.com>’

Last updated on 2024-06-13 05:59:40 CEST.

Package ERROR NOTE OK
bzinb 13
icrf 1 9 3

Package bzinb

Current CRAN status: OK: 13

Package icrf

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Version: 2.0.2
Check: Rd files
Result: NOTE checkRd: (-1) getTree.icrf.Rd:26: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) getTree.icrf.Rd:27: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) getTree.icrf.Rd:28: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) getTree.icrf.Rd:29: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) getTree.icrf.Rd:30: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) getTree.icrf.Rd:31-33: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:169: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:170-172: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:171: Lost braces 171 | \item{quasihonest}, \code{bandwith}, and the subsample ratio | ^ checkRd: (-1) icrf.Rd:173-174: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:175-176: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:177-178: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:179: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:180-181: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:182-183: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:184-185: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:186: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:187-190: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:191-193: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:194: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:195: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:196: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:197-198: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:199: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:199: Lost braces; missing escapes or markup? 199 | \item{intervals}{\code{n} by {2} matrix of the intervals.} | ^ checkRd: (-1) icrf.Rd:200-213: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) icrf.Rd:200-203: Lost braces 200 | \item{proximity}{if \code{proximity=TRUE} {if \code{proximity=TRUE} when | ^ checkRd: (-1) icrf.Rd:204: Lost braces 204 | \item{inbag}{if \code{keep.inbag=TRUE} provides a matrix of in-bag indicators | ^ checkRd: (-1) icrf.Rd:204-205: Lost braces 204 | \item{inbag}{if \code{keep.inbag=TRUE} provides a matrix of in-bag indicators | ^ checkRd: (-1) icrf.Rd:206: Lost braces 206 | \item{runtime}{start and end times and the elapsed time.} | ^ checkRd: (-1) icrf.Rd:206: Lost braces 206 | \item{runtime}{start and end times and the elapsed time.} | ^ checkRd: (-1) icrf.Rd:207: Lost braces 207 | \item{test}{if test set is given (through the \code{xtest} or additionally | ^ checkRd: (-1) icrf.Rd:207-212: Lost braces 207 | \item{test}{if test set is given (through the \code{xtest} or additionally | ^ 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: 2.0.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘ggplot2’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.2
Check: examples
Result: ERROR Running examples in ‘icrf-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: survplot > ### Title: 'Plotting individual survival curves' > ### Aliases: survplot > > ### ** Examples > > # rats data example. > # Note that this is a toy example. Use a larger ntree and nfold in practice. > data(rat2) > ## Don't show: > set.seed(1) > rats.icrf <- + icrf(~ dose.lvl + weight + male + cage.no, data = rat2, + data.type = "currentstatus", currentstatus.label = c("survtime", "tumor"), + returnBest = TRUE, ntree=2, nfold=2) Forest loop 1 out of 2 folds Tree 1 2 IMSE1 (OOB, non-OOB) = (0.131, 0.085), IMSE2 = (0.252, 0.193) Forest loop 2 out of 2 folds Tree 1 2 IMSE1 (OOB, non-OOB) = (0.134, 0.079), IMSE2 = (0.268, 0.193) > survplot(rats.icrf, c(1,3,5)) Error in loadNamespace(x) : there is no package called ‘ggplot2’ Calls: survplot ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc