NEWS.md
This is a patch release of oxcovid19
(GitHub and Zenodo release only). This is a development release leading up to oxcovid19
minor CRAN release v0.2.0 in December 2020.
In this release:
This is the third CRAN release of oxcovid19
. In this release:
added function to get remote table metadata (party to fix CRAN NOTE on non-use of imported dbplyr
package)
added convenience wrapper functions to retrieve data from specific tables based on specified query parameters
added utility function to help in citing appropriate data sources
improved documentation including adding markdown support
updated lifecycle to maturing
This is the second CRAN release of oxcovid19
. In this release:
This is the first CRAN release of oxcovid19
. In this release:
Created a function to open a connection to the PostgreSQL server of the OxCOVID19 Database.
Created a function to output lists of available tables in the PostgreSQL server and lists of fields in each table in the PostgreSQL server.
Created a function to output specified tables for use within R environment.
Pulled source and structure specifications of tables in PostgreSQL server and saved as package datasets.
Added README to document package description, installation and use.
Added tests using testhat
Added GitHub Actions for performing R CMD check on package
Added GitHub Actions for performing code coverage
Added vignettes to demonstrate similar outputs as OxCOVID-19 Project
Added a NEWS.md
file to track changes to the package.