CRAN Package Check Results for Package uniCox

Last updated on 2019-01-15 00:46:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 5.36 92.94 98.30 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 4.46 70.46 74.92 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 126.26 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 119.07 NOTE
r-devel-windows-ix86+x86_64 1.0 9.00 282.00 291.00 NOTE
r-patched-linux-x86_64 1.0 5.51 87.47 92.98 NOTE
r-patched-solaris-x86 1.0 195.00 NOTE
r-release-linux-x86_64 1.0 5.12 87.08 92.20 NOTE
r-release-windows-ix86+x86_64 1.0 14.00 220.00 234.00 NOTE
r-release-osx-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 10.00 237.00 247.00 NOTE
r-oldrel-osx-x86_64 1.0 NOTE

Check Details

Version: 1.0
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘survival’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.0
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     predict.uniCox print.uniCoxCVFit print.uniCoxFit
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    permute.rows: no visible global function definition for ‘runif’
    uniCox: no visible global function definition for ‘quantile’
    uniCoxCV: no visible global function definition for ‘quantile’
    uniCoxCV: no visible global function definition for ‘coxph’
    uniCoxCV: no visible binding for global variable ‘var’
    Undefined global functions or variables:
     coxph quantile runif var
    Consider adding
     importFrom("stats", "quantile", "runif", "var")
    to your NAMESPACE file.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.0
Check: Rd \usage sections
Result: NOTE
    S3 methods shown with full name in documentation object 'predict.uniCox':
     ‘predict.uniCox’
    
    S3 methods shown with full name in documentation object 'uniCox-internal':
     ‘print.uniCoxCVFit’ ‘print.uniCoxFit’
    
    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.0
Check: compiled code
Result: NOTE
    File ‘uniCox/libs/uniCox.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc