Last updated on 2015-02-05 23:50:38.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1 | 7.03 | 17.47 | 24.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1 | 7.13 | 16.40 | 23.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1 | 51.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 48.58 | OK | |||
r-devel-osx-x86_64-clang | 0.9.1 | 53.32 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.1 | 39.00 | 44.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 0.9.1 | 7.60 | 20.08 | 27.68 | OK | |
r-patched-solaris-sparc | 0.9.1 | 325.00 | OK | |||
r-patched-solaris-x86 | 0.9.1 | 76.50 | OK | |||
r-release-linux-ix86 | 0.9.1 | 9.33 | 26.75 | 36.08 | OK | |
r-release-linux-x86_64 | 0.9.1 | 7.54 | 21.40 | 28.94 | OK | |
r-release-osx-x86_64-mavericks | 0.9.1 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 0.9.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.1 | 44.00 | 48.00 | 92.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.9.1 | 32.00 | 53.00 | 85.00 | OK |
Version: 0.9.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘GISTools’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.9.1
Check: examples
Result: ERROR
Running examples in ‘tbart-Ex.R’ failed
The error most likely occurred in:
> ### Name: allocate
> ### Title: Teitz-Bart algorithm applied to Spatial* and Spatial*DataFrame
> ### objects - report allocations
> ### Aliases: allocate
>
> ### ** Examples
>
> data(meuse)
> coordinates(meuse) <- ~x+y
> allocate(meuse,p=5)
[1] 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 23
[19] 23 23 23 23 23 9 9 9 23 23 23 9 23 23 23 23 23 23
[37] 23 23 23 23 23 132 132 132 132 132 132 132 132 132 132 132 132 132
[55] 132 132 132 132 132 132 132 113 113 113 113 113 113 113 113 77 77 77
[73] 77 77 77 77 77 77 77 77 77 113 113 9 113 113 77 77 77 77
[91] 77 77 77 77 77 77 77 77 77 77 77 113 113 113 113 132 113 113
[109] 113 113 113 113 113 113 113 113 113 113 132 132 132 132 132 132 132 132
[127] 132 132 9 23 113 132 23 132 113 113 113 77 77 77 77 77 77 77
[145] 77 77 77 77 77 77 77 77 77 77 113
>
>
>
> require(RColorBrewer)
Loading required package: RColorBrewer
> require(GISTools)
Loading required package: GISTools
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘GISTools’
> data(georgia)
Warning in data(georgia) : data set ‘georgia’ not found
> allocations.list <- allocate(georgia2,p=5)
Error in allocate(georgia2, p = 5) : object 'georgia2' not found
Execution halted
Flavor: r-release-osx-x86_64-mavericks