Skip to content
Prev 5573 / 12125 Next

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

On Sun, 14 Jun 2020 at 14:32, Joshua N Pritikin <jpritikin at pobox.com> wrote:
Because you're just exiting and nothing is generated. Instead, you
should mark all chunks as eval=FALSE. You could use something as
follows in the initial chunk:

if (is_CRAN) knitr::opts_chunk$set(eval = FALSE)