Last updated on 2020-08-07 01:50:25 CEST.
Package | NOTE |
---|---|
emma | 12 |
Current CRAN status:
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