Skip to content

Releases: como-ph/comoparams

comoparams v0.2.0.9000

19 Jun 13:11
44a134b
Compare
Choose a tag to compare
  • updated pull functions for population

  • added datasets for population

  • added dataset for mapping of data sources

  • updated README to describe new function specifications

  • added pattern to recognise variant dates on filename of README which changed in format for 2020-06-18 (from MM/DD to MM_DD) which caused an error

  • added codefactor checks CodeFactor

comoparams v0.1.3.9000

12 Jun 18:37
1f0048e
Compare
Choose a tag to compare
  • Re-configured functions for pulling data from Data Drop by separating get functions from calculate functions

  • Adjusted get functions to be more universal to allow for capture of new data for new months considering how Data Drop Google Drive folder/directory is organised

  • Added main functionality for get functions to pull the latest release data using the dynamic link sent everyday via a PDF document

  • Added GitHub actions R-CMD-check

comoparams v0.1.2.9000

08 Jun 23:46
564cad8
Compare
Choose a tag to compare

This is the second GitHub release of comoparams. In this release:

  • Revised README using tables

  • Updated vignette on CoMo model

  • Created new package hex sticker

  • Updated pull data functions to adapt to changes made by the Department of Health on the COVID-19 DataDrop Google Drive directory structure after 27 April 2020

  • Created new calculate functions for certain rates needed for model parameters: ph_calcualte_pdeath() for calculating probability of dying when hospitalised; ph_calculate_nus() for calculating duration of hospitalised infection

  • Updated pull functions for COVID-19 Data Drop to account for non-standard naming of directories in the Google Drive archives

comoparams v0.1.0.9000

06 May 20:27
f1fb734
Compare
Choose a tag to compare

This is the first GitHub release of comoparams. In this release:

  • Created pull data functions for the Department of Health COVID-19 Data Drop initially using a Google Sheets interface and then shifting to a Google Drive interface

  • Updated pull data functions to adapt to changes made by the Department of Health on the COVID-19 DataDrop Google Drive directory structure

  • Updated pull data functions to adapt to a shift in date value specifications starting from datasets published on 2020-05-05

  • Created a calculate rates function to organise and structure data on case information into format compatible with CoMo model parameters requirement and for calculating infection fatality rate (IFR), infection hospitalisation rate (IHR), and hospitalisation fatality rate (HFR)

  • Created parameter setting functions to provide interactive assistance in putting together the informaiton needed for the model parameters

  • Added a NEWS.md file to track changes to the package.

  • Created pkgdown site using flatly bootstrap template consistent with stylesheet used for the CoMo app.

  • Created CI/CD setup using Travis Travis build status and Appveyor AppVeyor build status