Last updated on 2018-07-17 01:47:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-221 | 5.83 | 31.57 | 37.40 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1-221 | 4.92 | 27.16 | 32.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-221 | 45.95 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-221 | 43.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-221 | 27.00 | 56.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-221 | 6.29 | 32.86 | 39.15 | NOTE | |
r-patched-solaris-x86 | 1.1-221 | 72.50 | NOTE | |||
r-release-linux-x86_64 | 1.1-221 | 5.98 | 32.63 | 38.61 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1-221 | 19.00 | 82.00 | 101.00 | NOTE | |
r-release-osx-x86_64 | 1.1-221 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-221 | 15.00 | 82.00 | 97.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1-221 | NOTE |
Version: 1.1-221
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘adehabitat’
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, r-release-osx-x86_64
Version: 1.1-221
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
pointinpolygon.c:60:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
slope.aspect.c:128:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
slope.aspect.c:128:33: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
vincenty.geodesics.c:50:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
vincenty.geodesics.c:126:13: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64
Version: 1.1-221
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘raster’ ‘sp’
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-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.1-221
Check: R code for possible problems
Result: NOTE
COGravity: no visible global function definition for ‘sd’
ClassStat: no visible global function definition for ‘na.omit’
ClassStat: no visible global function definition for ‘sd’
ConnCompLabel: no visible global function definition for ‘setValues’
ImageDiff: no visible global function definition for ‘terrain.colors’
ImageDiff: no visible global function definition for ‘image’
PatchStat: no visible global function definition for ‘na.omit’
Scalebar: no visible global function definition for ‘rect’
Scalebar: no visible global function definition for ‘segments’
Scalebar: no visible global function definition for ‘text’
SigDiff: no visible global function definition for ‘pnorm’
SigDiff: no visible global function definition for ‘setValues’
ZonalStat: no visible global function definition for ‘na.omit’
ZonalStat: no visible global function definition for ‘quantile’
asc.from.raster: no visible global function definition for ‘getValues’
asc2dataframe: no visible global function definition for ‘na.omit’
aspect: no visible global function definition for ‘setValues’
compare.matrix: no visible global function definition for ‘aggregate’
compare.matrix: no visible global function definition for ‘image’
compare.matrix: no visible global function definition for ‘heat.colors’
compare.matrix: no visible global function definition for ‘contour’
grid.area: no visible global function definition for ‘setValues’
grid.perimeter: no visible global function definition for ‘setValues’
image.asc: no visible global function definition for ‘gray’
image.asc: no visible global function definition for ‘image’
image.asc: no visible global function definition for ‘rainbow’
lcmw: no visible global function definition for ‘na.omit’
lcmw: no visible global function definition for ‘setValues’
legend.gradient: no visible global function definition for
‘heat.colors’
legend.gradient: no visible global function definition for ‘polygon’
legend.gradient: no visible global function definition for ‘text’
quick.map: no visible global function definition for ‘heat.colors’
quick.map: no visible global function definition for ‘image’
raster.from.asc: no visible global function definition for ‘raster’
raster.from.asc: no visible global function definition for
‘projection<-’
raster.from.asc: no visible global function definition for ‘setValues’
slope: no visible global function definition for ‘setValues’
sp.from.asc: no visible global function definition for ‘CRS’
sp.from.asc: no visible global function definition for ‘GridTopology’
sp.from.asc: no visible global function definition for
‘SpatialGridDataFrame’
Undefined global functions or variables:
CRS GridTopology SpatialGridDataFrame aggregate contour getValues
gray heat.colors image na.omit pnorm polygon projection<- quantile
rainbow raster rect sd segments setValues terrain.colors text
Consider adding
importFrom("grDevices", "gray", "heat.colors", "rainbow",
"terrain.colors")
importFrom("graphics", "contour", "image", "polygon", "rect",
"segments", "text")
importFrom("stats", "aggregate", "na.omit", "pnorm", "quantile", "sd")
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.1-221
Check: compiled code
Result: NOTE
File ‘SDMTools/libs/SDMTools.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable 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-patched-linux-x86_64, r-release-linux-x86_64