Skip to content

Commit

Permalink
#29 comment out unused fn definition
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Jul 31, 2024
1 parent a51feac commit b5576b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/meta_analyse_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#' collinearity_subset == "All")
meta_analyse_datasets <- function(MA_data, filter_vars = NULL){

poss_fit_metafor_mv <- purrr::possibly(fit_metafor_mv,
otherwise = NA,
quiet = FALSE)

# poss_fit_metafor_mv <- purrr::possibly(fit_metafor_mv,
# otherwise = NA,
# quiet = FALSE)
#
cli::cli_h1(text = "Meta-analysing Datasets")

if( any(str_detect(unique(MA_data$estimate_type), pattern = "Zr")) ){
Expand Down

1 comment on commit b5576b6

@egouldo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#63

Please sign in to comment.