Last updated on 2022-07-03 01:49:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 19.92 | 36.17 | 56.09 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 16.78 | 28.01 | 44.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 88.54 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 67.74 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 26.00 | 88.00 | 114.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 20.00 | 34.76 | 54.76 | ERROR | |
r-release-linux-x86_64 | 1.0 | 20.37 | 35.54 | 55.91 | 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 | 30.00 | 94.00 | 124.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 | 58.00 | 97.00 | 155.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