Last updated on 2016-10-24 23:48:13.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 3.45 | 53.95 | 57.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 3.48 | 54.08 | 57.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 124.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 122.72 | NOTE | |||
r-devel-macos-x86_64-clang | 0.1.6 | 87.25 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 15.00 | 116.00 | 131.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.6 | 3.57 | 53.22 | 56.79 | NOTE | |
r-patched-solaris-sparc | 0.1.6 | 13.00 | ERROR | |||
r-patched-solaris-x86 | 0.1.6 | 2.50 | ERROR | |||
r-release-linux-x86_64 | 0.1.6 | 3.35 | 53.63 | 56.98 | NOTE | |
r-release-osx-x86_64-mavericks | 0.1.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.6 | 14.00 | 109.00 | 123.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 14.00 | 116.00 | 130.00 | OK |
Version: 0.1.6
Check: R code for possible problems
Result: NOTE
AIC.dspat: no visible global function definition for ‘coef’
LTDataFrame: no visible global function definition for ‘as.formula’
coef.dspat: no visible global function definition for ‘coef’
integrate.intensity: no visible global function definition for ‘coef’
integrate.intensity: no visible global function definition for
‘predict’
integrate.intensity: no visible global function definition for
‘model.matrix’
integrate.intensity: no visible global function definition for ‘vcov’
integrate.intensity: no visible global function definition for ‘fitted’
lgcp.correction: no visible global function definition for ‘predict’
lgcp.correction: no visible global function definition for
‘model.matrix’
lgcp.correction: no visible global function definition for ‘fitted’
lgcp.correction: no visible global function definition for ‘var’
lines_to_strips : line_to_strip: no visible global function definition
for ‘as’
owin.gpc.poly: no visible global function definition for ‘as’
sample.points : sample.points.from.line: no visible global function
definition for ‘runif’
sample.points: no visible global function definition for ‘model.matrix’
simCovariates: no visible global function definition for ‘quantile’
simPts: no visible global function definition for ‘model.matrix’
transect.intensity: no visible global function definition for ‘predict’
transect.intensity: no visible global function definition for ‘hist’
Undefined global functions or variables:
as as.formula coef fitted hist model.matrix predict quantile runif
var vcov
Consider adding
importFrom("graphics", "hist")
importFrom("methods", "as")
importFrom("stats", "as.formula", "coef", "fitted", "model.matrix",
"predict", "quantile", "runif", "var", "vcov")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.1.6
Check: package dependencies
Result: ERROR
Package required but not available: ‘RandomFields’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-patched-solaris-sparc, r-patched-solaris-x86