CRAN Package Check Results for Package profdpm

Last updated on 2020-02-19 09:52:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.3 5.02 41.23 46.25 NOTE
r-devel-linux-x86_64-debian-gcc 3.3 3.33 31.84 35.17 NOTE
r-devel-linux-x86_64-fedora-clang 3.3 59.44 NOTE
r-devel-linux-x86_64-fedora-gcc 3.3 56.77 NOTE
r-devel-windows-ix86+x86_64 3.3 17.00 70.00 87.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 3.3 20.00 71.00 91.00 NOTE
r-patched-linux-x86_64 3.3 3.56 39.08 42.64 NOTE
r-patched-solaris-x86 3.3 95.00 NOTE
r-release-linux-x86_64 3.3 3.55 38.70 42.25 NOTE
r-release-windows-ix86+x86_64 3.3 16.00 93.00 109.00 NOTE
r-release-osx-x86_64 3.3 NOTE
r-oldrel-windows-ix86+x86_64 3.3 14.00 69.00 83.00 NOTE
r-oldrel-osx-x86_64 3.3 NOTE

Additional issues

OpenBLAS

Check Details

Version: 3.3
Check: R code for possible problems
Result: NOTE
    profBinary: no visible global function definition for 'model.frame'
    profBinary: no visible global function definition for 'model.matrix'
    profLinear: no visible global function definition for 'model.frame'
    profLinear: no visible global function definition for 'model.matrix'
    profLinear: no visible global function definition for 'model.response'
    profLinear: no visible global function definition for 'model.extract'
    summary.profBinary: no visible global function definition for 'terms'
    summary.profBinary: no visible global function definition for 'qbeta'
    summary.profLinear: no visible global function definition for 'terms'
    Undefined global functions or variables:
     model.extract model.frame model.matrix model.response qbeta terms
    Consider adding
     importFrom("stats", "model.extract", "model.frame", "model.matrix",
     "model.response", "qbeta", "terms")
    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-devel-windows-ix86+x86_64-gcc8, 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: 3.3
Check: compiled code
Result: NOTE
    File ‘profdpm/libs/profdpm.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