Skip to content

Commit

Permalink
Merge pull request #18 from WorldHealthOrganization/feature_dev
Browse files Browse the repository at this point in the history
Add the functionality to query dataset before download in get_ona_data
  • Loading branch information
truenomad authored Nov 15, 2024
2 parents fad16f1 + 20aca2d commit dae7b9b
Show file tree
Hide file tree
Showing 16 changed files with 1,135 additions and 200 deletions.
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: poliprep
Type: Package
Title: For Processing and Validating Various Types of GPEI Data
Version: 1.1.0
Title: For Processing and Validating Various Types of Epidemiological Data
Version: 1.3.0
Authors@R: c(
person("Mohamed A.", "Yusuf",
role = c("aut", "cre"),
Expand All @@ -10,9 +10,12 @@ Authors@R: c(
second_email = "[email protected]")),
person("Derrick", "Demeveng",
role = "aut",
email = "[email protected]"))
Description: A package by the Polio team at `WHO AFRO`, designed to support
GPEI data users in data processing and validation.
email = "[email protected]"))
Description: A package developed by the Polio team at WHO AFRO to support data
users in processing and validating epidemiological data. It offers tidy
solutions with a range of functions for data management, cleaning and
validation, ideal for epidemiologists and public health data
professionals.
License: CC BY 4.0
URL: https://github.com/WorldHealthOrganization/poliprep
BugReports: https://github.com/WorldHealthOrganization/poliprep/issues
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(assign_round_number)
export(autoparse_dates)
export(available_date_formats)
export(big_mark)
export(calculate_distance)
export(categorize_biannual)
Expand Down
Loading

0 comments on commit dae7b9b

Please sign in to comment.