CRAN Package Check Results for Package ecolMod

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.6 3.26 52.35 55.61 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.6 2.84 38.48 41.32 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.6 74.34 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.6 64.38 NOTE
r-devel-windows-ix86+x86_64 1.2.6 14.00 78.00 92.00 NOTE
r-patched-linux-x86_64 1.2.6 3.11 51.50 54.61 NOTE
r-patched-solaris-x86 1.2.6 89.80 NOTE
r-release-linux-x86_64 1.2.6 3.09 51.18 54.27 NOTE
r-release-macos-x86_64 1.2.6 NOTE
r-release-windows-ix86+x86_64 1.2.6 20.00 108.00 128.00 NOTE
r-oldrel-macos-x86_64 1.2.6 NOTE
r-oldrel-windows-ix86+x86_64 1.2.6 10.00 76.00 86.00 NOTE

Check Details

Version: 1.2.6
Check: R code for possible problems
Result: NOTE
    dilution: no visible global function definition for 'grey'
    dilution: no visible global function definition for 'lines'
    dilution: no visible global function definition for 'rect'
    dilution: no visible global function definition for 'segments'
    dilution: no visible global function definition for 'text'
    dilution: no visible global function definition for 'arrows'
    pricefit: no visible global function definition for 'runif'
    Undefined global functions or variables:
     arrows grey lines rect runif segments text
    Consider adding
     importFrom("grDevices", "grey")
     importFrom("graphics", "arrows", "lines", "rect", "segments", "text")
     importFrom("stats", "runif")
    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.6
Check: compiled code
Result: NOTE
    File ‘ecolMod/libs/ecolMod.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