Skip to content

Commit

Permalink
Merge pull request #50 from egouldo/24-mv-descriptive-stats
Browse files Browse the repository at this point in the history
Close #24 mv descriptive stats code into package
  • Loading branch information
egouldo authored Jul 17, 2024
2 parents 8469441 + 82615fc commit f0dd6eb
Show file tree
Hide file tree
Showing 18 changed files with 1,584 additions and 729 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ManyEcoEvo
Title: Meta-analyse data from 'Many-Analysts' style studies
Version: 1.6.0
Version: 2.0.0
Authors@R: c(person(given = "Elliot",
family = "Gould",
email = "[email protected]",
Expand Down
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ export(power_back)
export(pred_to_Z)
export(prepare_ManyEcoEvo)
export(prepare_ManyEcoEvo_yi)
export(prepare_analyst_summary_data)
export(prepare_df_for_summarising)
export(prepare_diversity_raw)
export(prepare_diversity_summary_data)
export(prepare_response_variables)
export(prepare_response_variables_yi)
export(prepare_review_data)
export(prepare_sorenson_summary_data)
export(preprocess_prediction_files)
export(preprocess_updated_prediction_files)
export(probit_back)
Expand All @@ -95,6 +98,7 @@ export(summarise_reviews)
export(summarise_reviews_per_analysis)
export(summarise_sorensen_index)
export(summarise_sorensen_index_data)
export(summarise_study)
export(summarise_variable_counts)
export(validate_predictions)
export(validate_predictions_df_blue_tit)
Expand All @@ -107,6 +111,7 @@ import(metafor)
import(see)
importFrom(EnvStats,stat_n_text)
importFrom(broom,tidy)
importFrom(cli,cli_abort)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
Expand All @@ -127,19 +132,24 @@ importFrom(dplyr,summarise)
importFrom(forcats,fct_relevel)
importFrom(magrittr,"%>%")
importFrom(pointblank,col_vals_not_null)
importFrom(purrr,list_flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,pmap)
importFrom(purrr,possibly)
importFrom(purrr,reduce)
importFrom(purrr,reduce2)
importFrom(purrr,set_names)
importFrom(rlang,is_na)
importFrom(rlang,is_null)
importFrom(rlang,na_chr)
importFrom(sae,bxcx)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
Expand Down
Loading

0 comments on commit f0dd6eb

Please sign in to comment.