Closed egouldo closed 2 months ago
CodeFactor found an issue: Put a space after a comma.
It's currently on: R\generate_outlier_subsets.R:264 Commit 79be4c81e370a1189c6e3bbab629d6ee91b22e51
CodeFactor found multiple issues last seen at 79be4c81e370a1189c6e3bbab629d6ee91b22e51:
log_transform()
inprepare_response_variables()
log_transform_yi()
prepare_response_variables()
- #118 adapt response variable preparation to accept additional argumentdataset_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.pred_toZ()
standardise_response()
process_response()
to match log-transformation and standardisation updateslog_transform_response()
prepare_response_variables()
in targets pipeline.x
arg with.y
arg inmap2()
calldat
todata
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**standardise_response()
and update example code forlog_transform_response()
standardise_response()
- #118 delete old pmap helper functionestimate_type
is missing inManyEcoEvo
dataframe - #118 build: devtools::document()exclude_extreme_VZ()
to allow differencVZ
colnames (i.e. fromlog_transform_response()
) #118 - refactor!:apply_VZ_exclusions()
to handle different out-of-sample colnames for each dataset #118apply_VZ_exclusions()
after 02d058e0a29185437ef4b5cf4ae22b99f5ad0ae2 #118devtools::document()
#118 #97@family
tag #118 anddevtools::document()
out
and returnpointblank::
column checks and user warnings #116pointblank::cars()
withc()
since is superceded and add arg checking #116.data
generate_outlier_subsets()
cli
braces in calls toglue::glue
, switch toc()
Zr
case (i.e. whenestimate_type
is supplied).by =
arg on joins docs: Add@details
and @import` tags**cli
expressions, rm improper use ofglue::glue()
#97 bug!: #118 ensureestimate_type
column is added back in using argument value if existing col is replaced and stop grouping on returned data frame@imports
#97 #102poss_fit_sorensen_glm()
devtools::document()
meta_analyse_datasets()
post-#118 updatesdevtools::document()
@imports
#102 - style: use comments to structure function. rearrange condition checks, and helper functions. update indentation. #97@import
tags style: fix indentation, spacing, reorganise subsectionsdevtools::document()
#102renv::snapshot()
targets::tar_make()