Closed maxheld83 closed 4 years ago
currently, setup-azure.R is run both inside tests (as it should), but also inside examples, because wrapping \dontrun{} does not seem to work.
setup-azure.R
\dontrun{}
this might be solved by https://github.com/r-lib/roxygen2/issues/962 eventually, which as per https://github.com/r-lib/roxygen2/issues/1010 is the preferred way to solve this
currently,
setup-azure.R
is run both inside tests (as it should), but also inside examples, because wrapping\dontrun{}
does not seem to work.