CRAN Package Check Results for Package fastStat

Last updated on 2021-07-30 07:50:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 ERROR
r-devel-linux-x86_64-debian-gcc 1.4 10.46 82.31 92.77 ERROR
r-devel-linux-x86_64-fedora-clang 1.4 157.18 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4 142.91 ERROR
r-devel-windows-x86_64 1.4 46.00 133.00 179.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.4 NOTE
r-patched-linux-x86_64 1.4 ERROR
r-patched-solaris-x86 1.4 199.00 ERROR
r-release-linux-x86_64 1.4 12.55 103.11 115.66 ERROR
r-release-macos-arm64 1.4 ERROR
r-release-macos-x86_64 1.4 NOTE
r-release-windows-ix86+x86_64 1.4 32.00 95.00 127.00 ERROR
r-oldrel-macos-x86_64 1.4 OK
r-oldrel-windows-ix86+x86_64 1.4 31.00 147.00 178.00 OK

Check Details

Version: 1.4
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.4
Check: examples
Result: ERROR
    Running examples in 'fastStat-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: idi
    > ### Title: Perform IDI for logistic and cox regression
    > ### Aliases: idi idi.lrm idi.cph idi.coxph
    >
    > ### ** Examples
    >
    > library(rms)
    Loading required package: Hmisc
    Loading required package: lattice
    Loading required package: Formula
    Loading required package: ggplot2
    
    Attaching package: 'Hmisc'
    
    The following objects are masked from 'package:base':
    
     format.pval, units
    
    Loading required package: SparseM
    
    Attaching package: 'SparseM'
    
    The following object is masked from 'package:base':
    
     backsolve
    
    > # logistic
    >
    > data(lung)
    Warning in data(lung) : data set 'lung' not found
    >
    > lung$status=lung$status-1
    > f1=lrm(status~age+sex,lung)
    > f2=lrm(status~age+sex+ph.ecog,lung)
    > idi(f1,f2)
     _________________________________________
    
     Reclassification table
     _________________________________________
    Error in table(c1, c2, data[, cOutcome]) :
     all arguments must have the same length
    Calls: idi -> idi.lrm -> <Anonymous> -> table
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.4
Check: examples
Result: ERROR
    Running examples in ‘fastStat-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: idi
    > ### Title: Perform IDI for logistic and cox regression
    > ### Aliases: idi idi.lrm idi.cph idi.coxph
    >
    > ### ** Examples
    >
    > library(rms)
    Loading required package: Hmisc
    Loading required package: lattice
    Loading required package: Formula
    Loading required package: ggplot2
    
    Attaching package: ‘Hmisc’
    
    The following objects are masked from ‘package:base’:
    
     format.pval, units
    
    Loading required package: SparseM
    
    Attaching package: ‘SparseM’
    
    The following object is masked from ‘package:base’:
    
     backsolve
    
    > # logistic
    >
    > data(lung)
    Warning in data(lung) : data set ‘lung’ not found
    >
    > lung$status=lung$status-1
    > f1=lrm(status~age+sex,lung)
    > f2=lrm(status~age+sex+ph.ecog,lung)
    > idi(f1,f2)
     _________________________________________
    
     Reclassification table
     _________________________________________
    Error in table(c1, c2, data[, cOutcome]) :
     all arguments must have the same length
    Calls: idi -> idi.lrm -> <Anonymous> -> table
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-solaris-x86, r-release-macos-arm64, r-release-windows-ix86+x86_64