===============================
R CMD BUILD
===============================
* checking for file GSABenchmark/DESCRIPTION ... OK
* preparing GSABenchmark:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building GSABenchmark.Rmd using rmarkdown
Quitting from GSABenchmark.Rmd:280-283 [unnamed-chunk-24]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `cmdscale()`:
! 'k' must be in {1, 2, .. n - 1}
---
Backtrace:
1. GSABenchmark::mdsPlots(scObj, smr)
2. GSABenchmark:::plotList(...)
3. base::do.call(calcFun, args)
4. GSABenchmark (local) `<fn>`(`<SnglCllE[,8569]>`, `<named list>`)
5. base::lapply(...)
6. GSABenchmark (local) FUN(X[[i]], ...)
7. base::as.data.frame(cmdscale(distMat))
8. stats::cmdscale(distMat)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'GSABenchmark.Rmd' failed with diagnostics:
'k' must be in {1, 2, .. n - 1}
--- failed re-building GSABenchmark.Rmd
SUMMARY: processing the following file failed:
GSABenchmark.Rmd
Error: Vignette re-building failed.
Execution halted