Skip to content
Prev 5575 / 12125 Next

[R-pkg-devel] [CRAN-pretest-archived] CRAN submission gwsem 2.0.3

On 13/06/2020 1:29 p.m., Joshua N Pritikin wrote:
You shouldn't call q() from a vignette.  Since you're using Rmarkdown, 
you can use a variable for the eval chunk option, e.g. put this in your 
setup chunk:

knitr::opts_chunk$set(eval = !is_CRAN)

Duncan Murdoch