CRAN Package Check Results for Package cqrReg

Last updated on 2020-08-07 01:49:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 178.81 72.60 251.41 NOTE
r-devel-linux-x86_64-debian-gcc 1.2 128.19 54.38 182.57 NOTE
r-devel-linux-x86_64-fedora-clang 1.2 343.90 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2 315.12 NOTE
r-devel-windows-ix86+x86_64 1.2 427.00 114.00 541.00 NOTE
r-patched-linux-x86_64 1.2 142.57 69.77 212.34 NOTE
r-patched-solaris-x86 1.2 311.00 NOTE
r-release-linux-x86_64 1.2 133.48 68.98 202.46 NOTE
r-release-macos-x86_64 1.2 NOTE
r-release-windows-ix86+x86_64 1.2 429.00 160.00 589.00 NOTE
r-oldrel-macos-x86_64 1.2 NOTE
r-oldrel-windows-ix86+x86_64 1.2 292.00 143.00 435.00 NOTE

Check Details

Version: 1.2
Check: R code for possible problems
Result: NOTE
    QR.cd: no visible global function definition for 'quantile'
    QR.lasso.cd: no visible global function definition for 'quantile'
    cqr.cd: no visible global function definition for 'quantile'
    cqr.lasso.cd: no visible global function definition for 'quantile'
    cqr.lasso.mm: no visible global function definition for 'quantile'
    cqr.mm: no visible global function definition for 'quantile'
    Undefined global functions or variables:
     quantile
    Consider adding
     importFrom("stats", "quantile")
    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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2
Check: installed package size
Result: NOTE
     installed size is 9.6Mb
     sub-directories of 1Mb or more:
     libs 9.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64

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