-
Notifications
You must be signed in to change notification settings - Fork 11
/
NEWS
12 lines (10 loc) · 971 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
May 2020: Several new features _ ver 1.1
- added integrity and consistency check fns --integrity.check/consistency.check/data.checks--
- added "geo.loc" argument for report.summary() fn
- added a couple of additional arguments to allow for customization of live.map()
- added new options and function to retrieve US specific TimeSeries datasets: "ts-confirmed-us" and "ts-deaths-us" & covid19.US.data()
- added new option and function to retrieve "Toronto" data: "ts-Toronto" & covid19.Toronto.data()
- added more protection to growth.rate() and confidence bands drawing, to avoid failing plots with missing or inconsistency data
- added trend functions: single.trend(), mtrends() and itrends()
April 2020: A couple of bugs fixed, affecting the growth.rate() and plot.SIR.model() fns; few more features added to report.summary() and totals.plt() _ ver 1.0.1
March 2020: Includes data access, basic analysis and interactive plotting functions _ ver 1.0