anadiedrichs/frost

remove \dontrun{}

Closed this issue · 0 comments

Some of your examples are wrapped in \dontrun{}, hence the functions don't get tested. Please unwrap the examples if that is feasible and if they can be executed in < 5 sec for each .Rd file or create additionally small toy examples.
When creating the examples please keep in mind that the structure
would be desirable:
\examples{
examples for users and checks:
executable in < 5 sec
\dontshow{
examples for checks:
executable in < 5 sec together with the examples above
not shown to users
}
donttest{
further examples for users (not used for checks)
}
}

Please fix and resubmit.