CRAN Package Check Results for Package SII

Last updated on 2020-08-07 01:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3.1 2.40 30.80 33.20 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.3.1 1.82 24.11 25.93 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.3.1 49.23 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.3.1 39.55 NOTE
r-devel-windows-ix86+x86_64 1.0.3.1 7.00 51.00 58.00 NOTE
r-patched-linux-x86_64 1.0.3.1 2.40 30.70 33.10 NOTE
r-patched-solaris-x86 1.0.3.1 60.20 NOTE
r-release-linux-x86_64 1.0.3.1 1.89 30.63 32.52 NOTE
r-release-macos-x86_64 1.0.3.1 NOTE
r-release-windows-ix86+x86_64 1.0.3.1 7.00 68.00 75.00 NOTE
r-oldrel-macos-x86_64 1.0.3.1 NOTE
r-oldrel-windows-ix86+x86_64 1.0.3.1 5.00 61.00 66.00 NOTE

Check Details

Version: 1.0.3.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls in package code:
     'gdata' 'splines'
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
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.3.1
Check: R code for possible problems
Result: NOTE
    plot.SII: no visible global function definition for 'lines'
    plot.SII: no visible global function definition for 'abline'
    plot.SII: no visible global function definition for 'legend'
    sii : approx.l: no visible global function definition for 'approx'
    sii.excel: no visible global function definition for 'predict'
    sii.excel : approx.l: no visible global function definition for
     'approx'
    Undefined global functions or variables:
     abline approx legend lines predict
    Consider adding
     importFrom("graphics", "abline", "legend", "lines")
     importFrom("stats", "approx", "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-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.0.3.1
Check: R code for possible problems
Result: NOTE
    plot.SII: no visible global function definition for ‘plot’
    plot.SII: no visible global function definition for ‘lines’
    plot.SII: no visible global function definition for ‘abline’
    plot.SII: no visible global function definition for ‘legend’
    sii : approx.l: no visible global function definition for ‘approx’
    sii.excel: no visible global function definition for ‘predict’
    sii.excel : approx.l: no visible global function definition for
     ‘approx’
    Undefined global functions or variables:
     abline approx legend lines plot predict
    Consider adding
     importFrom("graphics", "abline", "legend", "lines", "plot")
     importFrom("stats", "approx", "predict")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64