Last updated on 2023-03-22 12:53:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0-13 | 27.92 | 208.28 | 236.20 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 3.0-13 | 21.55 | 155.63 | 177.18 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0-13 | 313.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0-13 | 306.89 | OK | |||
r-devel-windows-x86_64 | 3.0-13 | 42.00 | 225.00 | 267.00 | OK | |
r-patched-linux-x86_64 | 3.0-13 | 30.79 | 194.70 | 225.49 | OK | |
r-release-linux-x86_64 | 3.0-13 | 21.53 | 196.92 | 218.45 | OK | |
r-release-macos-arm64 | 3.0-13 | 72.00 | OK | |||
r-release-macos-x86_64 | 3.0-13 | 107.00 | OK | |||
r-release-windows-x86_64 | 3.0-13 | 35.00 | 231.00 | 266.00 | OK | |
r-oldrel-macos-arm64 | 3.0-13 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 3.0-13 | 110.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 3.0-13 | 53.00 | 243.00 | 296.00 | OK |
Version: 3.0-13
Check: examples
Result: ERROR
Running examples in ‘Hmsc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: constructKnots
> ### Title: constructKnots
> ### Aliases: constructKnots
>
> ### ** Examples
>
> #Creating knots for some 2 dimensional spatial data
> n = 100
> xycoords = matrix(runif(2*n),ncol=2)
> xyKnots = constructKnots(xycoords,knotDist = 0.2, minKnotDist = 0.5)
Error in get.knnx(data, query, k, algorithm) :
DLL requires the use of native symbols
Calls: constructKnots -> knnx.dist -> get.knnx
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang