igraph / rigraph

igraph R package
https://r.igraph.org
544 stars 200 forks source link

how to add --run-dontrun to R CMD check #1298

Closed maelle closed 6 months ago

maelle commented 6 months ago

@krlmlr I'd like R CMD check to run with --run-dontrun. How do I do that, without breaking the sync between this repo and the central definition of workflows?

krlmlr commented 6 months ago

Let's use #' @examplesIf or other patterns instead?