-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds UIDs to `ou_hierarchy` dataset - Removes weights and metrics from `adorn_daa_data` - Adds new function `weighting_levels` - Adds NEWS.md file - Updates documentation
- Loading branch information
Showing
18 changed files
with
258 additions
and
108 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# daa.analytics v0.3.0 | ||
|
||
## Breaking changes | ||
* `adorn_daa_data` now no longer exports columns `county_of_matched_sites`, | ||
`pepfar_sum_at_matched_sites`, `weighting`, `weighted_discordance`, | ||
or `weighted_concordance`. | ||
- `count_of_matched_sites` and `pepfar_sum_at_matched_sites` will now no | ||
longer be supported. | ||
- `weighting`, `weighted_discordance`, and `weighted_concordance` will be | ||
replaced by weights and metrics calculated at each level of the organisation | ||
hierarchy going forward and will be calculated using the `weighting_levels` | ||
function. | ||
|
||
## Experimental features | ||
* `weighting_levels` is a new function that calculates weightings as well as | ||
concordance and discordance metrics for DAA indicators at all levels of the | ||
organisation hierarchy. | ||
|
||
## Minor improvements and fixes | ||
* Adds UIDs for each organisation hierarchy level to `ou_hierarchy` dataset | ||
* Documentation updates | ||
* Adds `NEWS.md` file | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom magrittr %<>% | ||
#' @importFrom magrittr %>% | ||
#' @importFrom rlang .data | ||
## usethis namespace: end | ||
NULL |
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
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
Oops, something went wrong.