ManyEcoEvo 2.7.6
build!: fix #146 regenerate yi data after excluding extreme values
build!: don’t forget to filter the corresponding diversity data after exclusions!
Increment version number to 2.7.5
docs: update changelog
bug: #146 export function
docs!: #146
devtools::document()feat: #146 add function for excluding extreme estimates based on a multiplier threshold for population parameter estimates
bug: exclude analysis with non-count-based dependent variable from
yianalysis #145bug: ensure outlier subset creation occurs on all
exclusion_setvalues in Zr #144bug: fix threshold checking for multivariate model fitting #147
build!:
usethis::use_data()update results ofmake_viz()
ManyEcoEvo 2.7.5
- build!: 
usethis::use_data()update results ofmake_viz() - build!: force 
tar_make()for #140 
- build!: force 
 - build!: force 
tar_make()for #140, add targets meta 
- build!: force 
 
ManyEcoEvo 2.7.4
- docs: Update function documentation #140
- add 
@detailexplaining functions applied and which output list-column they map onto - update 
@returnsince grouped columns are no longer output - add 
@seealso - add 
@importFromcall forbroom::glance() - Add example
 
 - add 
 - feat: add 
broom::glance()back intomake_viz()workflow #140 
ManyEcoEvo 2.7.3
- Fix #136 generate 
Zroutlier subsets onexclusion_set == "complete", not onexclusion_set == "partial" 
ManyEcoEvo 2.7.2
- separated column creation to occur under three conditions: NULL outcome_variable supplied, character string supplied, and expression argument supplied
 - separated subset creation to occur separately on results of conditional evaluation
 - Added conditional behaviour for when character vector supplied
 - feat!: added arg checks #116 and cli output for when this condition is triggered
 - explicitly supply 
outcome_variableandoutcome_SEargs for Zr - #118 docs: Add explanation about updated behaviour when 
estimate_typeis missing inManyEcoEvodataframe - #118 build: devtools::document()
 
ManyEcoEvo 2.6.0
- 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
 - 
dattodatato 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_transformin fn to log-transform outcomes for euc yi analysis - #118 add log-transformation equivalent to 
standardise_response()andprocess_resonse() - #102 add function documentation, including examples
 - #118 extract 
loweranduppertransformed vals in line with addition oflog_transform_response()/ changes tostandardise_response() - #116 check appropriate required variable (i.e. function needs 
back_transformed_data, but checked foraugmented_dataindatarg, wouldn’t throw required error becauseaugmented_datawas present indat - #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 colslowerandupper, not onlyc("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_transformapply 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
 
