Last updated on 2021-04-14 07:48:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 40.03 | 39.97 | 80.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 28.66 | 32.78 | 61.44 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 35.77 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 100.45 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.0 | 81.00 | 85.00 | 166.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.0 | OK | ||||
r-patched-linux-x86_64 | 0.3.0 | 33.54 | 39.05 | 72.59 | OK | |
r-patched-solaris-x86 | 0.3.0 | 18.20 | ERROR | |||
r-release-linux-x86_64 | 0.3.0 | 31.88 | 38.02 | 69.90 | OK | |
r-release-macos-x86_64 | 0.3.0 | ERROR | ||||
r-release-windows-ix86+x86_64 | 0.3.0 | 63.00 | 90.00 | 153.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 77.00 | 62.00 | 139.00 | ERROR |
M1mac M1mac noOMP noOMP valgrind
Version: 0.3.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-x86, 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