CRAN Package Check Results for Package interactionRCS

Last updated on 2026-07-25 20:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 13.21 138.75 151.96 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 10.67 95.45 106.12 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 25.00 206.14 231.14 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 10.00 93.57 103.57 ERROR
r-devel-windows-x86_64 0.1.2 16.00 135.00 151.00 OK
r-patched-linux-x86_64 0.1.2 14.70 128.44 143.14 OK
r-release-linux-x86_64 0.1.2 12.27 126.74 139.01 OK
r-release-macos-arm64 0.1.2 4.00 37.00 41.00 OK
r-release-macos-x86_64 0.1.2 10.00 170.00 180.00 OK
r-release-windows-x86_64 0.1.2 17.00 134.00 151.00 OK
r-oldrel-macos-arm64 0.1.2 4.00 35.00 39.00 OK
r-oldrel-macos-x86_64 0.1.2 11.00 111.00 122.00 OK
r-oldrel-windows-x86_64 0.1.2 23.00 182.00 205.00 OK

Check Details

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘interactionRCS-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: intEST > ### Title: Returns the estimates of for an unspecified interaction model > ### Aliases: intEST > > ### ** Examples > > library(rms) Loading required package: Hmisc Attaching package: ‘Hmisc’ The following objects are masked from ‘package:base’: format.pval, units > library(mlbench) > data(PimaIndiansDiabetes) Warning in data(PimaIndiansDiabetes) : data set ‘PimaIndiansDiabetes’ not found > # Set age on a 5-year scale > PimaIndiansDiabetes$age <- PimaIndiansDiabetes$age/5 Error: object 'PimaIndiansDiabetes' not found Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘interactionRCS-Ex.R’ failed The error most likely occurred in: > ### Name: intEST > ### Title: Returns the estimates of for an unspecified interaction model > ### Aliases: intEST > > ### ** Examples > > library(rms) Loading required package: Hmisc Attaching package: ‘Hmisc’ The following objects are masked from ‘package:base’: format.pval, units > library(mlbench) > data(PimaIndiansDiabetes) Warning in data(PimaIndiansDiabetes) : data set ‘PimaIndiansDiabetes’ not found > # Set age on a 5-year scale > PimaIndiansDiabetes$age <- PimaIndiansDiabetes$age/5 Error: object 'PimaIndiansDiabetes' not found Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc