reconhub / incidence

☣:chart_with_upwards_trend::chart_with_downwards_trend:☣ Compute and visualise incidence
https://reconhub.github.io/incidence
Other
58 stars 13 forks source link

Fix future cran errors #109

Closed zkamvar closed 5 years ago

zkamvar commented 5 years ago

CRAN fixed a serious bug in their sampling, but this means that several tests of ours fail because we were testing cached objects from random samples. This PR should fix these by explicitly storing the values beforehand or simply removing the tests altogether.

This will fix #107

zkamvar commented 5 years ago

It passes :tada: