Last updated on 2017-07-26 01:56:16.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 66.32 | 69.05 | 135.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 74.47 | 71.22 | 145.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 279.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 316.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4.0 | 238.00 | 189.00 | 427.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 74.22 | 70.61 | 144.82 | NOTE | |
r-patched-solaris-x86 | 0.4.0 | 335.20 | OK | |||
r-release-linux-x86_64 | 0.4.0 | 76.40 | 71.78 | 148.18 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4.0 | 194.00 | 183.00 | 377.00 | OK | |
r-release-osx-x86_64 | 0.4.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.0 | 195.00 | 127.00 | 322.00 | OK | |
r-oldrel-osx-x86_64 | 0.4.0 | NOTE |
Version: 0.4.0
Check: compiled code
Result: NOTE
File ‘HSAR/libs/HSAR.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
Version: 0.4.0
Check: installed package size
Result: NOTE
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-osx-x86_64
Version: 0.4.0
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: ‘rgdal’ ‘rgeos’
Flavor: r-release-osx-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘HSAR-Ex.R’ failed
The error most likely occurred in:
> ### Name: Beijingdistricts
> ### Title: Boundaries of districts (SpatialPolygonsDataFrame) in Beijing
> ### Aliases: Beijingdistricts
> ### Keywords: hierarchical spatial data
>
> ### ** Examples
>
> data(Beijingdistricts)
>
> library(spdep)
Loading required package: sp
Loading required package: Matrix
> plot(Beijingdistricts,border="light grey")
> # extract the area of each district
> library(rgeos)
Error in library(rgeos) : there is no package called ‘rgeos’
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.4.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Loading required package: sp
Checking rgeos availability: FALSE
Note: when rgeos is not available, polygon geometry computations in maptools depend on gpclib,
which has a restricted licence. It is disabled by default;
to enable gpclib, type gpclibPermit()
Quitting from lines 15-18 (hsar.Rmd)
Error: processing vignette 'hsar.Rmd' failed with diagnostics:
there is no package called 'rgdal'
Execution halted
Flavor: r-release-osx-x86_64