* using log directory ‘/home/hornik/tmp/CRAN_special_noSuggests/IPMRF.Rcheck’ * using R Under development (unstable) (2025-09-12 r88822) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-15 (Debian 15.2.0-1) 15.2.0 GNU Fortran (Debian 15.2.0-1) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘IPMRF/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘IPMRF’ version ‘1.3’ * checking CRAN incoming feasibility ... [4s/4s] 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. * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘IPMRF’ can be installed ... [4s/4s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [7s/7s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [3s/3s] 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 * checking PDF version of manual ... [4s/4s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE