Last updated on 2025-12-20 17:50:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1-1 | 25.64 | 41.84 | 67.48 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1-1 | 17.46 | 32.22 | 49.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1-1 | 59.00 | 70.04 | 129.04 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 53.00 | 105.30 | 158.30 | OK | |
| r-devel-windows-x86_64 | 0.1-1 | 32.00 | 76.00 | 108.00 | OK | |
| r-patched-linux-x86_64 | 0.1-1 | 27.17 | 42.69 | 69.86 | OK | |
| r-release-linux-x86_64 | 0.1-1 | 25.70 | 42.57 | 68.27 | OK | |
| r-release-macos-arm64 | 0.1-1 | OK | ||||
| r-release-macos-x86_64 | 0.1-1 | 16.00 | 60.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.1-1 | 32.00 | 78.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.1-1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1-1 | 16.00 | 48.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1-1 | 38.00 | 94.00 | 132.00 | OK |
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘pMEM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SEMap-class
> ### Title: Class and Methods for Predictive Moran's Eigenvector Maps (pMEM)
> ### Aliases: SEMap-class pMEM genSEF print.SEMap as.data.frame.SEMap
> ### as.matrix.SEMap predict.SEMap
>
> ### ** Examples
>
> ## Store graphical parameters:
> tmp <- par(no.readonly = TRUE)
> par(las=1)
>
> ## Case 1: one-dimensional symmetrical
>
> n <- 11
> x <- (n - 1)*seq(0, 1, length.out=n)
> xx <- (n - 1)*seq(0, 1, 0.01)
>
> sefSym <- genSEF(x, genDistMetric(), genDWF("Gaussian",3))
Warning in m(x, x) : subscript out of bounds (index 0 >= vector size 0)
Warning in m(x, x) : subscript out of bounds (index 0 >= vector size 0)
Error in m(x, x) : attempt access index 0/0 in VECTOR_ELT
Calls: genSEF -> m
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘pMEM-Ex.R’ failed
The error most likely occurred in:
> ### Name: SEMap-class
> ### Title: Class and Methods for Predictive Moran's Eigenvector Maps (pMEM)
> ### Aliases: SEMap-class pMEM genSEF print.SEMap as.data.frame.SEMap
> ### as.matrix.SEMap predict.SEMap
>
> ### ** Examples
>
> ## Store graphical parameters:
> tmp <- par(no.readonly = TRUE)
> par(las=1)
>
> ## Case 1: one-dimensional symmetrical
>
> n <- 11
> x <- (n - 1)*seq(0, 1, length.out=n)
> xx <- (n - 1)*seq(0, 1, 0.01)
>
> sefSym <- genSEF(x, genDistMetric(), genDWF("Gaussian",3))
Warning in m(x, x) : subscript out of bounds (index 0 >= vector size 0)
Warning in m(x, x) : subscript out of bounds (index 0 >= vector size 0)
Error in m(x, x) : attempt access index 0/0 in VECTOR_ELT
Calls: genSEF -> m
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang