getTBinR icon indicating copy to clipboard operation
getTBinR copied to clipboard

An R package for accessing and summarising the World Health Organisation Tuberculosis data.

Results 12 getTBinR issues
Sort by recently updated
recently updated
newest added

Hi I have gone through the available documentation but I have not seen hints on how I can produce a graph of stratified global TB incidence by HIV status. Thank...

The current TB report is fairly basic and could be expanded. Look at the WHO global report for inspiration: https://www.who.int/tb/publications/global_report/en/

enhancement
help wanted

Set up a vignette for users to use to submit there use cases for the package.

enhancement

Mapping function could be more elegant. See [here](https://github.com/seabbs/EstZoonoticTB/blob/master/R/global_map.R) for an alternative - possibly nicer - implementation.

enhancement

The 2019 TB report makes some nice use of labelling at the end of data lines - removing the need for a legend. It would be nice to add this...

enhancement
help wanted
todo :spiral_notepad:

This years TB reports has some maps that use dot sizing to give incidence detail. It would be good to add this as, 1. an optional layer 2. as the...

enhancement
help wanted
todo :spiral_notepad:

Currently once TB incidence rates etc. have been estimated the label is not being updated. It makes sense to do something similar as for the `log` option and `annual_change` option.

bug
help wanted
good first issue

**Describe the bug** The labels for maps etc are now non-infomrative due to the use of `{rlang}`. **To Reproduce** Look at any plot using `interactive = TRUE` **Expected behavior** Labels...

bug
help wanted
good first issue

Moved from #77 to make standalone issue.

enhancement

The built-in shiny app does not currently support any of the features released since `0.5.0` or the new datasets supported from `0.6.0`. These should be included prior to a new...

enhancement