- there is now a warning about a possible flaw in the methods in the README, the DESCRIPTION, and the
estimate_asympto()
function documentation.
- the public interface of
estimate_asympto()
has changed to take three argumentsdate
,cases
,deaths
instead of onedf
with three columns. The reason for this change is that the old behaviour forced specific column names that might not match the datasets from users.
- Unexported functions now use the
@noRd
roxygen tag, which mean they will not appear in the manual - The citation for the package now refers to the correct package
- First release.