Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Irene Epifanio ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: Epifanio (24:130) CRAN repository db overrides: X-CRAN-Comment: Archived on 2022-03-09 as check problems were not corrected in time. Does not use suggested package 'randomForestSRC' conditionally. Check: examples, Result: ERROR Running examples in ‘IPMRF-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ipmparty > ### Title: IPM casewise with CIT-RF by 'party' for OOB samples > ### Aliases: ipmparty > ### Keywords: tree multivariate > > ### ** Examples > > # Note: more examples can be found at > # https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1650-8 > > ## ------------------------------------------------------- > ## Example from \code{\link[party]{varimp}} in \pkg{party} > ## Classification RF > ## ------------------------------------------------------- > > > # IMP based on CIT-RF (party package) > library(party) Loading required package: grid Loading required package: mvtnorm Loading required package: modeltools Loading required package: stats4 Loading required package: strucchange Loading required package: zoo Attaching package: ‘zoo’ The following objects are masked from ‘package:base’: as.Date, as.Date.numeric Loading required package: sandwich > > ntree <- 50 > # readingSkills: data from party package > da <- readingSkills[, 1:3] > set.seed(290875) > readingSkills.cf3 <- cforest(score ~ ., data = readingSkills, + control = cforest_unbiased(mtry = 3, ntree = 50)) > > # IPM case-wise computed with OOB with party > pupf <- ipmparty(readingSkills.cf3, da, ntree) > > # global IPM > pua <- apply(pupf, 2, mean) > pua nativeSpeaker age shoeSize 0.2689833248 0.7301704371 0.0008462381 > > ## ------------------------------------------------------- > ## Example from \code{\link[randomForestSRC]{var.select}} in \pkg{randomForestSRC} v2.5.1 > ## Multivariate mixed forests > ## ------------------------------------------------------- > > #IMP based on CIT-RF (party package) > library(randomForestSRC) Error in library(randomForestSRC) : there is no package called ‘randomForestSRC’ Execution halted