Skip to content

oxcovid19 v0.1.0

Compare
Choose a tag to compare
@ernestguevarra ernestguevarra released this 16 Jul 11:45
· 190 commits to master since this release

This is the first CRAN release of oxcovid19. In this release, we:

  • 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.