-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove examples with long runtimes #459
Conversation
46min -> 15min so at least that's something. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Do you think CRAN are going to be okay with this? In the past they have not been which is why epinowcast
just extdata
and loads in the example from a function.
Good question - also the increased size of This also reminded me that we have example outputs in |
f2f6ff5
to
802bd00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
802bd00
to
99ada4d
Compare
99ada4d
to
fbe2745
Compare
Source tarball is now 6.6 MB which should be fine for CRAN. |
Partly by storing some model results as data. See #458 (comment)
Closes #430.