-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update getDataValueSets.R - added exceptions for dataSet requirement to allow for dataElementGroup - added exceptions for orgUnit requirement to allow for orgUnitGroup * Update getDataValueSets.R -changed values to scalar operators * errors and testing - updated error message - updated test coverage to cover both error changes * Update test-getDataValueSets.R - linting * Update d2Session.Rd * Update DESCRIPTION * Update NEWS.md Co-authored-by: sam-bao <[email protected]>
- Loading branch information
1 parent
1f81eb3
commit 988a385
Showing
5 changed files
with
38 additions
and
24 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: datimutils | ||
Type: Package | ||
Title: Utilities for interacting with the DATIM api from R | ||
Version: 0.5.2 | ||
Date: 2022-08-18 | ||
Version: 0.5.3 | ||
Date: 2022-09-08 | ||
Authors@R: | ||
c( | ||
person("Scott", "Jackson", email = "[email protected]", | ||
|
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 @@ | ||
# datimutils 0.5.3 | ||
|
||
## Bug fixes | ||
* Fixes error conditions in getDataValueSets. | ||
|
||
# datimutils 0.5.2 | ||
|
||
## Bug fixes | ||
|
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.
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