Releases: seabbs/getTBinR
Releases · seabbs/getTBinR
New CRAN release - shiny dashboard
Feature updates
- Added
annual_change
arguement to all plotting/mapping functions. Passed toprepare_df_plot
. Returns the percentage annual change for the supplied metric. - Added
trans
arguement to all plotting functions to allow scaling using anyggplot2::continous_scale
trans
arguement. - Added adaptive axis and legend labels to properly show annual percentage change.
- Added
run_tb_dashboard
to launch a shiny dashboard for exploring global tuberculosis - Changed function defaults so that data is automatically downloaded and saved into the temporary
directory whenget_data
functions are called.
Package updates
- Added new examples to display new functionality
- Updated readme with new functionality
- Updated intro vignette with new functionality
- Added a new case studies vignette section
- Added a case study exploring global trends in Tuberculosis incidence rates
- Added a work around using
utils::read.csv
for downloading the data whenfread::data.table
fails. Related to this issue.