CRAN Package Check Results for Package survAUC

Last updated on 2020-08-07 01:50:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-5 9.65 56.29 65.94 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-5 9.00 42.77 51.77 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-5 87.47 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-5 76.17 NOTE
r-devel-windows-ix86+x86_64 1.0-5 31.00 89.00 120.00 NOTE
r-patched-linux-x86_64 1.0-5 10.83 53.98 64.81 NOTE
r-patched-solaris-x86 1.0-5 115.50 NOTE
r-release-linux-x86_64 1.0-5 10.25 54.69 64.94 NOTE
r-release-macos-x86_64 1.0-5 NOTE
r-release-windows-ix86+x86_64 1.0-5 30.00 115.00 145.00 NOTE
r-oldrel-macos-x86_64 1.0-5 NOTE
r-oldrel-windows-ix86+x86_64 1.0-5 22.00 86.00 108.00 NOTE

Check Details

Version: 1.0-5
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0-5
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0-5
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    
    plot.survAUC: no visible global function definition for 'lines'
    plot.survErr: no visible global function definition for 'lines'
    schemper: no visible global function definition for 'predict'
    schemper: no visible global function definition for 'survfit'
    schemper: no visible global function definition for 'approx'
    Undefined global functions or variables:
     approx lines predict survfit
    Consider adding
     importFrom("graphics", "lines")
     importFrom("stats", "approx", "predict")
    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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.0-5
Check: compiled code
Result: NOTE
    File ‘survAUC/libs/survAUC.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

Version: 1.0-5
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    
    plot.survAUC: no visible global function definition for ‘plot’
    plot.survAUC: no visible global function definition for ‘lines’
    plot.survErr: no visible global function definition for ‘plot’
    plot.survErr: no visible global function definition for ‘lines’
    schemper: no visible global function definition for ‘predict’
    schemper: no visible global function definition for ‘survfit’
    schemper: no visible global function definition for ‘approx’
    Undefined global functions or variables:
     approx lines plot predict survfit
    Consider adding
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "approx", "predict")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64