Last updated on 2020-12-04 00:48:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-0 | 6.78 | 63.14 | 69.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-0 | 6.42 | 49.94 | 56.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-0 | 88.12 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-0 | 79.95 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-0 | 14.00 | 79.00 | 93.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-0 | 7.47 | 65.34 | 72.81 | NOTE | |
r-patched-solaris-x86 | 0.1-0 | 111.40 | NOTE | |||
r-release-linux-x86_64 | 0.1-0 | 6.40 | 60.76 | 67.16 | NOTE | |
r-release-macos-x86_64 | 0.1-0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-0 | 11.00 | 80.00 | 91.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-0 | 11.00 | 82.00 | 93.00 | NOTE |
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