Skip to content

Releases: PascalCrepey/HospitalNetwork

Patch release

20 Dec 00:47

Choose a tag to compare

  • update deprecated function in igraph
  • fix notes for CRAN

Full Changelog: v0.9.3...v0.9.4

v0.9.3

28 Feb 21:07
c0c39db

Choose a tag to compare

First released version publshed to CRAN.

What's Changed

Full Changelog: 0.9.2...v0.9.3

Initial release of the user interface

22 Nov 06:33

Choose a tag to compare

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

16 Oct 14:44

Choose a tag to compare

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

14 Oct 15:54

Choose a tag to compare

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")