You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also want to flag this choice as a to-discuss. EpiNow2 throws a "once every 8 hours" warning about the change in the use of the max argument. This warning gets thrown every time on CI and causes a failing R CMD check.
I had trouble getting rlang::try_fetch() to downgrade the warning to a message, so I gave up and just suppressed the warning.
I think this choice is reasonable because we're running on a pinned version of the package. We should be able to catch any issues in a managed upgrade on CI. But if we for some reason think interactive use with multiple versions of EpiNow2 is needed, we should revisit this choice.
We landed on:
Yes seems correct that 1. We don't want to get this warning 2. We do want to get other warnings (probably). As to how to achieve that technically I'm unsure
For EpiNow2 in the
*_format()
functions.I originally wrote:
We landed on:
Originally posted by @athowes in #26 (comment)
The text was updated successfully, but these errors were encountered: