- BUG FIX: Corrected author first/last name in lassa data
- Code tidy-up and reduce dependancies
- Consistent handling of how files are read in to provide a smoother user experience.
- MAJOR RELEASE
- Bug fixes
- SARS-CoV-1 data release
- Minor fixes to Ebola data
-
FEATURE: The default color palette is updated with a new one from ggsci and introduces a custom_palette() function to support multi-country label visualization.
-
BUG FIX: Functionality to supply custom colour palette now works as expected.
- BUG-FIX: Fixes #117. NA rows were being created because filter_df_for_metamean used == to compare strings, leading to NAs being created when the RHS was NA. Comparison now is being done using %in%.
- DATA: Adds SARS-CoV-1 data (articles, models, and parameters). Outbreaks were not extracted.
- FEATURE: The argument to load_epidata is made case-insensitive. Addresses #96
- BUG-FIX: Fixes #86 by removing a duplicated row. Also fixes an incorrectly entered method type for CFR, and incorrectly extracted population sizes.
- BUG-FIX: Fixes #104 using readr::read_delim to read in parameter type short names
- FEATURE
- Updated lassa data available following updated literature search
- MAJOR RELEASE
- Improved messages when loading data via load_epidata
- User-friendly getters for key epi parameters
- Bug fixes
- FEATURE: new function to format parameter dataset so that it can be input into meta-analysis of proportions.
- FEATURE: Addresses #98 by including article_info as key column returned when parameter specific getters are invoked.
- FEATURE: Adds a R-user friendly parameter name to the params table loaded via load_epidata. This also makes parameter names consistent across pathogens. Addresses #59.
- FEATURE: Moves error logging cli package and improves warnings addressing #57 and #21
- FEATURE: functions to get specific parameters for a given pathogen.
- BUG FIX: Fixes #73 which caused rows of the params dataset to be dropped during if reordering the population
country was NA. - FEATURE: reorder_studies can now reorder by any column in the params dataset
- FEATURE: filter_df_for_metamean now includes rows with uncertainty types introduced specifically for SARS.
- FEATURE: Added custom axis-label functionality to forest_plot()
- BUG FIX: Fixed a bug whereby single uncertainty names would be used for paired uncertainty values.
- FEATURE: addresses #80 by including doi in article columns merged with other key dfs.
- BUG FIX: Updated outbreak and parameter column types. Fixes warnings being issued when lassa or ebola data were loaded.
- BUG-FIX: Fixes Issue #56 where some article labels were NA because of an article being associated with multiple ids.
- BUG-FIX: Fixes #71; file names are changed to match function names for consistency.
- FEATURE: New function to assign QA score to articles in a simple and consistent manner.
- Major release adding new features from versions 1.1.1, 1.1.2, and 1.13.
- FEATURE: Add a function to extract parameters.
- FEATURE: Add a function to create pretty article labels
- FEATURE: Add filter_df_for_metamean function