Last updated on 2022-07-21 06:49:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 21.82 | 35.68 | 57.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 17.92 | 28.00 | 45.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 92.51 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 81.92 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 24.00 | 88.00 | 112.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 18.19 | 35.64 | 53.83 | ERROR | |
r-release-linux-x86_64 | 1.0 | 17.16 | 35.36 | 52.52 | ERROR | |
r-release-macos-arm64 | 1.0 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 38.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 27.00 | 93.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 54.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 59.00 | 97.00 | 156.00 | OK |
Version: 1.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'GISTools'
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: 1.0
Check: examples
Result: ERROR
Running examples in 'tbart-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: allocate
> ### Title: Teitz-Bart algorithm applied to Spatial* and Spatial*DataFrame
> ### objects
> ### Aliases: allocate
>
> ### ** Examples
>
> data(meuse)
> coordinates(meuse) <- ~x+y
> allocate(meuse,p=5)
[1] 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15
[19] 15 43 43 15 43 15 15 15 15 15 15 15 15 43 43 43 43 43
[37] 43 43 43 43 43 43 43 43 43 43 43 43 43 137 137 43 43 43
[55] 117 117 117 117 43 117 117 117 117 117 117 117 137 137 137 77 77 77
[73] 77 77 77 77 77 77 77 77 77 137 77 15 117 117 77 77 77 77
[91] 77 77 77 77 77 77 77 77 77 77 77 137 137 137 137 137 137 137
[109] 137 137 137 137 137 117 117 117 117 137 43 117 117 117 117 43 43 43
[127] 43 43 15 15 137 43 15 43 137 137 137 77 77 77 77 77 77 77
[145] 77 77 77 77 77 77 77 77 77 77 137
>
>
>
> 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0
Check: compiled code
Result: NOTE
File ‘tbart/libs/tbart.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-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0
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
> ### Aliases: allocate
>
> ### ** Examples
>
> data(meuse)
> coordinates(meuse) <- ~x+y
> allocate(meuse,p=5)
[1] 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15
[19] 15 43 43 15 43 15 15 15 15 15 15 15 15 43 43 43 43 43
[37] 43 43 43 43 43 43 43 43 43 43 43 43 43 137 137 43 43 43
[55] 117 117 117 117 43 117 117 117 117 117 117 117 137 137 137 77 77 77
[73] 77 77 77 77 77 77 77 77 77 137 77 15 117 117 77 77 77 77
[91] 77 77 77 77 77 77 77 77 77 77 77 137 137 137 137 137 137 137
[109] 137 137 137 137 137 117 117 117 117 137 43 117 117 117 117 43 43 43
[127] 43 43 15 15 137 43 15 43 137 137 137 77 77 77 77 77 77 77
[145] 77 77 77 77 77 77 77 77 77 77 137
>
>
>
> 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc