-
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
Showing
1 changed file
with
24 additions
and
5 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,7 +1,26 @@ | ||
# ManyEcoEvo 2.5.0 | ||
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit --> | ||
|
||
# ManyEcoEvo 2.4.2 | ||
# ManyEcoEvo 2.6.0 | ||
|
||
# ManyEcoEvo 2.4.1 | ||
|
||
* Initial CRAN submission. | ||
- Update arg supply to targets call on prepare_response_variables() after #118 updates | ||
- #118 add pmap internal helper function for differential application of transformation / standardisation in `standardise_response()` | ||
- #118 delete old pmap helper function | ||
- `dat` to `data` to help with auto-matching in pmap within prepare_response_variables() wrapper #118 | ||
- ensure all family fns have ... arg for pmap application in prepare_response_variables() since all fns have different argument lengths and names | ||
- accidentally deleted when upgrading for #118, have added creation of transform_datasets tibbles for all cases now, and then these will apply the appropriate functions in final code chunk at end | ||
- #118 ensure application of Z_VZ_preds takes the generalised colnames yi, yi_se instead of using hard-coded dataset application #97 | ||
- #118 call new arg `dataset_log_transform` in fn to log-transform outcomes for euc yi analysis | ||
- #118 add log-transformation equivalent to `standardise_response()` and `process_resonse()` | ||
- #102 add function documentation, including examples | ||
- #118 extract `lower` and `upper` transformed vals in line with addition of `log_transform_response()` / changes to `standardise_response()` | ||
- #116 check appropriate required variable (i.e. function needs `back_transformed_data`, but checked for `augmented_data` in `dat` arg, wouldn't throw required error because `augmented_data` was present in `dat` | ||
- #102 add import, return, and see also roxygen doc tags, replace note with details tag, rename fn doc title | ||
- #116 update argument checks conditional expression | ||
- #118 match output to `log_transform_yi()` (now returns additional cols `lower` and `upper`, not only `c("Z","VZ")`) | ||
- #118 match process to `log_transform_yi()` and #97 generalise processing to both euc/bt datasets without hard-coding dataset names in fns, and remove associated dataset-specific argument checking #116 | ||
- #118 adapt response variable preparation to accept additional argument `dataset_log_transform` apply argument checks #116, add roxygen param #102 | ||
- #118 adapt response variable processing to accept either/or/none for dataset standardisation/log-transformation. | ||
- equivalent to `pred_to_z()` | ||
- #102 write documentation | ||
- #102 add import tags for `log_transform()` and link to equivalent functions, apply default argument values / checks | ||
- #97 rename out argument |