Last updated on 2018-06-17 19:50:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.54 | 79.11 | 85.65 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 7.13 | 63.36 | 70.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 108.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 104.74 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 20.00 | 90.00 | 110.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 8.61 | 66.51 | 75.12 | ERROR | |
r-patched-solaris-x86 | 1.0 | 149.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 7.37 | 64.95 | 72.32 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 22.00 | 105.00 | 127.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 12.00 | 71.00 | 83.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
‘aqp’ ‘lattice’ ‘methods’ ‘munsell’ ‘splancs’
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-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: 1.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
head.profile.data.frame plot.profile.data.frame
print.profile.data.frame summary.profile.data.frame
tail.profile.data.frame
See section ‘Registering S3 methods’ 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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
eplot: no visible global function definition for ‘trellis.par.get’
eplot: no visible global function definition for ‘trellis.par.set’
eplot: no visible global function definition for ‘xyplot’
head.profile.data.frame: no visible global function definition for
‘head’
munsell_to_rgb: no visible global function definition for ‘munsell2rgb’
plot_profile: no visible global function definition for ‘aggregate’
plot_profile: no visible global function definition for ‘layout’
plot_profile: no visible global function definition for ‘lcm’
plot_profile: no visible global function definition for ‘par’
plot_profile: no visible global function definition for ‘plot’
plot_profile: no visible global function definition for ‘mtext’
plot_profile: no visible global function definition for ‘axis’
plot_profile: no visible global function definition for ‘rnorm’
plot_profile: no visible global function definition for ‘polygon’
plot_profile: no visible global function definition for ‘text’
plot_profile: no visible global function definition for ‘lines’
plot_profile: no visible global function definition for ‘legend’
retrieve.horizons: no visible global function definition for ‘polygon’
retrieve.roots: no visible global function definition for ‘polygon’
retrieve.skeletal: no visible global function definition for ‘polygon’
roots: no visible global function definition for ‘areapl’
roots: no visible global function definition for ‘runif’
roots: no visible global function definition for ‘point.in.polygon’
roots: no visible global function definition for ‘na.omit’
roots: no visible global function definition for ‘polygon’
skeletal: no visible global function definition for ‘areapl’
skeletal: no visible global function definition for ‘runif’
skeletal: no visible global function definition for ‘point.in.polygon’
skeletal: no visible global function definition for ‘polygon’
tail.profile.data.frame: no visible global function definition for
‘tail’
Undefined global functions or variables:
aggregate areapl axis head layout lcm legend lines mtext munsell2rgb
na.omit par plot point.in.polygon polygon rnorm runif tail text
trellis.par.get trellis.par.set xyplot
Consider adding
importFrom("graphics", "axis", "layout", "lcm", "legend", "lines",
"mtext", "par", "plot", "polygon", "text")
importFrom("stats", "aggregate", "na.omit", "rnorm", "runif")
importFrom("utils", "head", "tail")
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: 1.0
Check: examples
Result: ERROR
Running examples in ‘soilprofile-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: soilprofile-package
> ### Title: A package for consistently drawing soil profiles and their
> ### properties
> ### Aliases: soilprofile-package soilprofile
> ### Keywords: package
>
> ### ** Examples
>
> plot(example, existing_data=example.data, random=FALSE)
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' is a list, but does not have components 'x' and 'y'
Calls: plot -> plot -> plot.default -> xy.coords
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64