Skip to content

I1728: Create burden estimate templates in jenner #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: jenner
Title: Internal Montagu Helpers
Version: 0.0.14
Version: 0.0.15
Description: Helpers for Montagu.
License: MIT + file LICENSE
Author: Rich FitzJohn
Expand All @@ -11,7 +11,8 @@ Imports:
RPostgres,
vaultr,
whisker,
yaml
yaml,
dplyr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally minor, but can you order dependencies alphabetically please (but capitals first) - so this goes just above vaultr

RoxygenNote: 6.0.1
Suggests:
RSQLite,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export(admin_set_active_touchstone)
export(calculate_dalys)
export(create_burden_template)
export(create_touchstone)
export(database_connection)
export(fix_coverage_fvps)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### jenner 0.0.15
* VIMC-1728 Create burden estimate templates in jenner

### jenner 0.0.14
* VIMC-1400 dalys calculation
* VIMC-1607 correct a bug for reporting suspicious campaign data
Expand Down
Loading