-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation updates for CRAN resubmission
- Loading branch information
Showing
5 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
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
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 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
* Updated version number to 1.1.0 | ||
* Fixed `outcome_levels` issue when levels of provided predictions do not match outcome levels | ||
* Renamed `outcome_levels` to `preds_levels` to imporve clarity | ||
* Added `outcome_base` argument to metric functions to set a base level for target variable used to compute fairness metrics | ||
* Fixed `fnr_parity()` and `fpr_parity()` calculations for different outcome bases | ||
* Updated the documentation icluding README, LICENSE and vignettes | ||
* Updated the contact e-mail | ||
|
||
|
||
## Test environments | ||
* local OS X install, R 3.6.0 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.0 | ||
* win-builder (R-devel, R-release) | ||
|
||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
|
||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for this package. |