Releases: PascalCrepey/HospitalNetwork
Releases · PascalCrepey/HospitalNetwork
v0.9.3
First released version publshed to CRAN.
What's Changed
- Allow window_threshold to be non-integer by @MikeLydeamore in #24
- CRAN Submission by @MikeLydeamore in #25
- configure GitHub workflow actions by @PascalCrepey in #26
Full Changelog: 0.9.2...v0.9.3
Initial release of the user interface
This release contains a local shiny app allowing to build and explore the network through a dedicated user interface.
Simply load the package and run "shiny_app()"
updated checkBase() workflow -> improved performance
This release has a more consistant internal workflow where the raw database is internally flagged when it has been checked, hence preventing cumbersome double checks.
First released version, still in development, with unstable API
Buxfixes - removed assertDataTable: this raises an error if the database is not a data table (by design), but the following lines are in place to convert it to a data table if it's not. It never got the chance... - newN was not known, needed to report length before deleting, so created startN - set default options for window_threshold (365), count_option ("successive"), and condition ("dates")