CRAN Package Check Results for Package emma

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-0 6.00 57.71 63.71 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-0 4.47 45.12 49.59 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-0 82.34 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-0 74.61 NOTE
r-devel-windows-ix86+x86_64 0.1-0 19.00 74.00 93.00 NOTE
r-patched-linux-x86_64 0.1-0 5.86 56.37 62.23 NOTE
r-patched-solaris-x86 0.1-0 101.90 NOTE
r-release-linux-x86_64 0.1-0 5.66 55.84 61.50 NOTE
r-release-macos-x86_64 0.1-0 NOTE
r-release-windows-ix86+x86_64 0.1-0 22.00 100.00 122.00 NOTE
r-oldrel-macos-x86_64 0.1-0 NOTE
r-oldrel-windows-ix86+x86_64 0.1-0 13.00 99.00 112.00 NOTE

Check Details

Version: 0.1-0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'clusterSim' 'earth'
     Please remove these calls from your code.
    Packages in Depends field not imported from:
     'clusterSim' 'earth'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1-0
Check: R code for possible problems
Result: NOTE
    distance: no visible global function definition for
     'data.Normalization'
    emmatn: no visible global function definition for 'runif'
    estimateModel: no visible global function definition for 'as.formula'
    estimateModel: no visible global function definition for 'earth'
    estimateModel: no visible global function definition for 'plotmo'
    estimateModel: no visible global function definition for 'predict'
    mutation: no visible global function definition for 'runif'
    plot.emma: no visible global function definition for 'colorRampPalette'
    plot.emma: no visible global function definition for 'par'
    plot.emma: no visible global function definition for 'persp'
    plot.emma: no visible global function definition for 'points'
    plot.emma: no visible global function definition for 'trans3d'
    Undefined global functions or variables:
     as.formula colorRampPalette data.Normalization earth par persp plotmo
     points predict runif trans3d
    Consider adding
     importFrom("grDevices", "colorRampPalette", "trans3d")
     importFrom("graphics", "par", "persp", "points")
     importFrom("stats", "as.formula", "predict", "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: 0.1-0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     ‘clusterSim’ ‘earth’
     Please remove these calls from your code.
    Namespace in Imports field not imported from: ‘methods’
     All declared Imports should be used.
    Packages in Depends field not imported from:
     ‘clusterSim’ ‘earth’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64