Last updated on 2015-09-06 23:47:33.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.2 | 0.94 | 14.92 | 15.86 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 4.2 | 0.76 | 14.32 | 15.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 4.2 | 29.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.2 | 28.61 | NOTE | |||
r-devel-osx-x86_64-clang | 4.2 | 28.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 4.2 | 3.00 | 44.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 4.2 | 0.79 | 15.05 | 15.84 | NOTE | |
r-patched-solaris-sparc | 4.2 | 202.70 | NOTE | |||
r-patched-solaris-x86 | 4.2 | 43.90 | NOTE | |||
r-release-linux-x86_64 | 4.2 | 0.84 | 14.98 | 15.82 | NOTE | |
r-release-osx-x86_64-mavericks | 4.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 4.2 | 3.00 | 27.00 | 30.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 4.2 | 3.00 | 25.00 | 28.00 | NOTE |
Version: 4.2
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘png’ ‘ucminf’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' 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-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 4.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
as.matrix.loca.p contour.loca.p persp.loca.p plot.loca.p
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-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 4.2
Check: R code for possible problems
Result: NOTE
contour.loca.p: no visible global function definition for ‘contour’
contour.loca.p: no visible global function definition for ‘is.raster’
contour.loca.p: no visible global function definition for ‘as.raster’
contour.loca.p: no visible global function definition for ‘rasterImage’
persp.loca.p: no visible global function definition for ‘persp’
plot.loca.p: no visible global function definition for ‘plot’
plot.loca.p: no visible global function definition for ‘is.raster’
plot.loca.p: no visible global function definition for ‘as.raster’
plot.loca.p: no visible global function definition for ‘rasterImage’
plot.loca.p: no visible global function definition for ‘points’
rloca.p: no visible global function definition for ‘runif’
zsuml2minucminf.loca.p: no visible global function definition for
‘ucminf’
zsuml2minweiszfeld.loca.p: no visible binding for global variable
‘smooth’
zsumlpminucminf.loca.p: no visible global function definition for
‘ucminf’
zsumlpminweiszfeld.loca.p: no visible binding for global variable
‘smooth’
summary,loca.p: no visible global function definition for
‘weighted.mean’
zsuml2min,loca.p: no visible global function definition for ‘optim’
zsumlpmin,loca.p: no visible global function definition for ‘optim’
Undefined global functions or variables:
as.raster contour is.raster optim persp plot points rasterImage runif
smooth ucminf weighted.mean
Consider adding
importFrom("grDevices", "as.raster", "is.raster")
importFrom("graphics", "contour", "persp", "plot", "points",
"rasterImage")
importFrom("stats", "optim", "runif", "smooth", "weighted.mean")
to your NAMESPACE.
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
Version: 4.2
Check: R code for possible problems
Result: NOTE
zsuml2minucminf.loca.p: no visible global function definition for
‘ucminf’
zsumlpminucminf.loca.p: no visible global function definition for
‘ucminf’
Undefined global functions or variables:
ucminf
Flavor: r-devel-osx-x86_64-clang
Version: 4.2
Check: R code for possible problems
Result: NOTE
zsuml2minucminf.loca.p: no visible global function definition for
‘ucminf’
zsumlpminucminf.loca.p: no visible global function definition for
‘ucminf’
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64