NEWS (original) (raw)
coronavirus 0.4.1
Major changes:
- As of March 10, 2023, the source data no longer get updated, therefore:
- The package’s datasets are up-to-date with the source and not going to get update beyond that date
- Retiring the
update_datasetfunction and the package data pipelines
coronavirus 0.4.0
Major changes:
- Updating the
covid19_vaccinedataset with the changes in the raw data
Minor changes:
- Updating the data pipeline:
- Split the CSV file by year to reduce the files size
- Convert the cases and vaccine data pipelines to quarto docs
- Updated the
refresh_coronavirus_jhufunction with the changes in the CSV files
- Updated the branch naming
- Updated the docker - add quarto settings
- Update the package vignettes
coronavirus 0.3.32
- Fixed issue with the
refresh_coronavirus_jhu- misclassification of the recovery cases as death cases - Fixed issue with the Geospatial Visualizationvignette - using s2 spherical geometry as default when coordinates are set as ellipsoidal
coronavirus 0.3.31
- Added GIS and continent codes for the
coronavirusdataset - Fixed issue with the branch reference on the
refresh_coronavirus_jhu - Updated the package docker image - add new packages for supporting the new data pipeline
- Modified the data pipeline - now running with Github Actions and Rmarkdown
- Removed duplication from the
covid19_vaccinedue to continent mapping issue
coronavirus 0.3.30
- Stopped tracking recovery cases as per this issue
- Added the vaccine data
- Added the world population data by country
- Added a new vignettes - Geospatial Visualization
- Bug fixing:
coronavirus 0.3.22
- Fixed issue with the data parsing - replacing
read.csvwithread_csv - Data is up-to-date till May 26th, 2021
coronavirus 0.3.2
Data is up-to-date up to Jan 22th 2021 Fixed issue with the data format and refresh function
coronavirus 0.3.1
- Data is up-to-date up to Jan 9th 2021
- Added docker framework for the package dashboard
- Updated the data refresh function and docker image
- Fixed CRAN warnings
coronavirus 0.3.0
- Added the
refresh_coronavirus_jhufunction for pulling thecoronavirusdataset using the covid19R project format - Created docker image for development environment and cron job, more info available here
- Updated the
update_datasetfunction
coronavirus 0.2.0
- Data changes:
coronavirusdataset - Change the structure of the US data from March 23rd 2020 and forward. The US data is now available on an agregated level. More information about the changes on the raw data available on this issue- Changes in the columns names and order:
*Province.Statechanged toprovince
*Country.Regionchanged tocountry
*Latchanged tolat
*Longchanged tolong - The
covid_south_koreaandcovid_iranthat were avialble on the dev version were removed from the package and moved to new package covid19wiki, for now available only on Github
- Function:
update_dataset- enable to update the installed version with new data that available on the Github version
- Data refresh - the Github version is now updated on a daily basis with a cron job
coronavirus 0.1.0
- Data updated up to Feb 13, 2020
- Added a
NEWS.mdfile to track changes to the package.