CRAN Package Check Results for Package SSL

Last updated on 2019-04-03 09:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 32.32 99.53 131.85 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 24.66 86.94 111.60 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 171.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 157.76 NOTE
r-devel-windows-ix86+x86_64 0.1 102.00 173.00 275.00 NOTE
r-patched-linux-x86_64 0.1 29.00 104.18 133.18 NOTE
r-patched-solaris-x86 0.1 3.60 ERROR
r-release-linux-x86_64 0.1 26.03 106.32 132.35 NOTE
r-release-windows-ix86+x86_64 0.1 59.00 219.00 278.00 NOTE
r-release-osx-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 88.00 223.00 311.00 NOTE
r-oldrel-osx-x86_64 0.1 NOTE

Check Details

Version: 0.1
Check: R code for possible problems
Result: NOTE
    sslCoTrain: no visible global function definition for 'predict'
    sslSelfTrain: no visible global function definition for 'predict'
    Undefined global functions or variables:
     predict
    Consider adding
     importFrom("stats", "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-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: 0.1
Check: compiled code
Result: NOTE
    File ‘SSL/libs/SSL.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: 0.1
Check: package dependencies
Result: ERROR
    Package required but not available: ‘xgboost’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-patched-solaris-x86