Skip to content
Prev 3080 / 12125 Next

[R-pkg-devel] Vignette title problem

On 06/09/2018 6:26 AM, Christopher John wrote:
If you do a local install from the tar.gz file, do you get the title?  I 
think CRAN doesn't normally rebuild vignettes for storage, only for 
checking.

When I try to build the vignette from the source in your link, I get 
this error:

Quitting from lines 40-42 (Untitled.Rmd)
Error: `x` must be a string or a R connection
Execution halted

This comes from the code chunk

library(clusterlab)
synthetic <- clusterlab(centers=1,numbervec=100)

which generates that error on its own.

Duncan Murdoch