CRAN Package Check Results for Package pMEM

Last updated on 2025-12-24 09:49:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-1 24.94 43.06 68.00 ERROR
r-devel-linux-x86_64-debian-gcc 0.1-1 17.99 32.59 50.58 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 52.00 105.66 157.66 ERROR
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 98.00 136.00 OK

Check Details

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1-1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Using_pMEM.Rmd’ using rmarkdown Quitting from Using_pMEM.Rmd:154-162 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `m()`: ! attempt access index 0/0 in VECTOR_ELT --- Backtrace: ▆ 1. └─pMEM::genSEF(...) 2. └─pMEM (local) m(x, x) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Using_pMEM.Rmd' failed with diagnostics: attempt access index 0/0 in VECTOR_ELT --- failed re-building ‘Using_pMEM.Rmd’ SUMMARY: processing the following file failed: ‘Using_pMEM.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc