Closed Guillawme closed 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.
devtools::check()
This is related to #9 because it also needs an example dataset.
Or, examples can be put in \dontrun{}. This prevents them from being run during the package check, and clears all errors and warnings.
\dontrun{}
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.