CRAN Package Check Results for Package multispatialCCM

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 3.21 23.68 26.89 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 2.24 18.42 20.66 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 40.96 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 30.91 NOTE
r-devel-windows-ix86+x86_64 1.0 12.00 40.00 52.00 NOTE
r-patched-linux-x86_64 1.0 2.74 23.17 25.91 NOTE
r-patched-solaris-x86 1.0 66.70 NOTE
r-release-linux-x86_64 1.0 2.74 23.22 25.96 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 10.00 49.00 59.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 9.00 54.00 63.00 NOTE

Check Details

Version: 1.0
Check: R code for possible problems
Result: NOTE
    CCM_boot : <anonymous>: no visible global function definition for 'sd'
    SSR_check_signal: no visible global function definition for 'cor'
    SSR_check_signal: no visible global function definition for 'cor.test'
    SSR_check_signal: no visible global function definition for 'lm'
    SSR_pred_boot: no visible global function definition for 'cor'
    make_ccm_data: no visible global function definition for 'rnorm'
    make_ccm_data: no visible global function definition for 'runif'
    make_ccm_data: no visible global function definition for 'rlnorm'
    Undefined global functions or variables:
     cor cor.test lm rlnorm rnorm runif sd
    Consider adding
     importFrom("stats", "cor", "cor.test", "lm", "rlnorm", "rnorm",
     "runif", "sd")
    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.0
Check: compiled code
Result: NOTE
    File ‘multispatialCCM/libs/multispatialCCM.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