Last updated on 2019-04-21 01:47:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-0 | 19.55 | 164.90 | 184.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-0 | 18.92 | 131.06 | 149.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-0 | 218.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-0 | 210.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-0 | 68.00 | 174.00 | 242.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-0 | 19.65 | 161.08 | 180.73 | NOTE | |
r-patched-solaris-x86 | 0.1-0 | 331.20 | NOTE | |||
r-release-linux-x86_64 | 0.1-0 | 14.41 | 157.56 | 171.97 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-0 | 26.00 | 171.00 | 197.00 | NOTE | |
r-release-osx-x86_64 | 0.1-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-0 | 27.00 | 212.00 | 239.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-0 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-osx-x86_64, r-oldrel-osx-x86_64