Guillawme / rfret

Analyze FRET Binding Data with R
https://guillawme.github.io/rfret
Other
2 stars 5 forks source link

Examples must use a provided dataset #10

Closed Guillawme closed 7 years ago

Guillawme commented 7 years ago

The "examples" section of function documentations must show code that can evaluate without error (no dummy variable names, etc.), otherwise devtools::check() issues an error.

This is related to #9 because it also needs an example dataset.

Guillawme commented 7 years ago

Or, examples can be put in \dontrun{}. This prevents them from being run during the package check, and clears all errors and warnings.