Last updated on 2021-04-17 08:47:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 29.65 | 34.17 | 63.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 113.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 98.86 | OK | |||
r-patched-solaris-x86 | 0.3.1 | 105.00 | ERROR | |||
r-release-macos-x86_64 | 0.3.0 | ERROR | ||||
r-oldrel-macos-x86_64 | 0.3.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 59.00 | 78.00 | 137.00 | ERROR |
Version: 0.3.1
Check: installed package size
Result: NOTE
installed size is 6.1Mb
sub-directories of 1Mb or more:
libs 5.6Mb
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘SpatialKWD-Ex.R’ failed
The error most likely occurred in:
> ### Name: CompareAll-function
> ### Title: Compare a given set of spatial histograms
> ### Aliases: compareAll
>
> ### ** Examples
>
> # Define a simple example
> library(SpatialKWD)
>
> # Random coordinates
> N = 90
> Xs <- as.integer(runif(N, 0, 31))
> Ys <- as.integer(runif(N, 0, 31))
> coordinates <- matrix(c(Xs, Ys), ncol=2, nrow=N)
>
> # Random weights
> m <- 3
> test3 <- matrix(runif(m*N, 0, 1), ncol=m)
>
> # Compute distance
> print("Compare all pairwise distances with an approximate algorithm:")
[1] "Compare all pairwise distances with an approximate algorithm:"
> d <- compareAll(coordinates, Weights=test3, L=3)
CompareAll, Solution method: APPROX
INFO: Recoding the input coordinates to consecutive integers.
Error: segfault from C stack overflow
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.3.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.3.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'SpatialKWD-Ex.R' failed
The error most likely occurred in:
> ### Name: CompareAll-function
> ### Title: Compare a given set of spatial histograms
> ### Aliases: compareAll
>
> ### ** Examples
>
> # Define a simple example
> library(SpatialKWD)
>
> # Random coordinates
> N = 90
> Xs <- as.integer(runif(N, 0, 31))
> Ys <- as.integer(runif(N, 0, 31))
> coordinates <- matrix(c(Xs, Ys), ncol=2, nrow=N)
>
> # Random weights
> m <- 3
> test3 <- matrix(runif(m*N, 0, 1), ncol=m)
>
> # Compute distance
> print("Compare all pairwise distances with an approximate algorithm:")
[1] "Compare all pairwise distances with an approximate algorithm:"
> d <- compareAll(coordinates, Weights=test3, L=3)
CompareAll, Solution method: APPROX
INFO: Recoding the input coordinates to consecutive integers.
Flavor: r-oldrel-windows-ix86+x86_64