-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31900ae
commit 5dc292a
Showing
59 changed files
with
847 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
^docs$ | ||
^codecov\.yml$ | ||
^\.github$ | ||
^vignettes/articles$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: WHOicd | ||
Title: Retrieve data from the World Health Organization (WHO) International Classification of Diseases (ICD) API version 2 | ||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
Authors@R: | ||
person("Rodrigo", "Zepeda-Tello", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-4471-5270")) | ||
|
@@ -16,6 +16,7 @@ Config/testthat/edition: 3 | |
Config/testthat/parallel: false | ||
Imports: | ||
curl, | ||
httr2 | ||
httr2 (>= 1.0.0) | ||
Depends: | ||
R (>= 4.2.0) | ||
Config/Needs/website: rmarkdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# WHOicd 0.3.0 | ||
|
||
* Added access to the DORIS system with the `doris` function. | ||
* Now requires `httr2 >= 1.0.0`. | ||
|
||
# WHOicd 0.2.0 | ||
|
||
* Reduced the amount of functions for ICD-10 and improve speed for vectorized search. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.