Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 18, 2024
1 parent 933e87c commit f13b6ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/checkout@master
with:
name: mrc-ide/shiny90_sample_files
repository: mrc-ide/shiny90_sample_files
## ${{ github.token }} is scoped to the current repository, so we
## need to provide our own PAT
token: ${{ secrets.SAMPLE_FILES_GH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: first90
Version: 1.6.9
Version: 1.6.10
Title: The first90 model
Description: Implements the Shiny90 model for estimating progress towards the UNAIDS "first 90" target for HIV awareness of status in sub-Saharan Africa.
Authors@R:
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# first90 1.6.10

* Qualify package names, fix some R CMD warnings and notes

# first90 1.6.9

* Bug fix: account for end-year net migration in the ART population in the first year of ART start (implemented in v1.6.0).
Expand Down Expand Up @@ -122,7 +126,7 @@ Updates for 2022 UNAIDS estimates:

# first90 1.4.3

* Patch: in function `add_ss_indices()`, add argument `utils::type.convert(..., as.is = TRUE)`
* Patch: in function `add_ss_indices()`, add argument `type.convert(..., as.is = TRUE)`
to suppress R 4.0 warning.
* Bugfix: remove duplicate declaration of `double incrate_g[NG];` in `EPP_DIRECTINCID` incidence
option. This did not affect any results because this option is not used in Shiny90 application;
Expand Down
Binary file removed tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit f13b6ea

Please sign in to comment.