epiverse-trace / readepi

An R package for importing epi data into R.
https://epiverse-trace.github.io/readepi/
Other
6 stars 5 forks source link

Remove \dontrun{} when not strictly required #56

Closed Bisaloo closed 9 months ago

Bisaloo commented 1 year ago

We should run as many examples as possible because users can then see the output on the pkgdown website and it also works as a minimal testing system.

Therefore, \dontrun{} should only be used for tests that interact with remote resources. Other examples, such as the following one, should be left to run:

https://github.com/epiverse-trace/readepi/blob/b0c68977b76abb80a3085cb733fb01e76c96fdb9/R/show_example_file.R#L3-L5