Skip to content

Commit

Permalink
#102 devtools::document()
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 14, 2024
1 parent c58621d commit f41e949
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export(generate_rating_subsets)
export(generate_yi_subsets)
export(get_MA_fit_stats)
export(get_diversity_data)
export(get_forest_plot_data)
export(gg_forest)
export(identity_back)
export(inverse_back)
Expand All @@ -65,6 +66,7 @@ export(meta_analyse_datasets)
export(named_group_split)
export(plot_cont_rating_effects)
export(plot_effects_diversity)
export(plot_forest)
export(plot_model_means_box_cox_cat)
export(plot_model_means_orchard)
export(power_back)
Expand Down Expand Up @@ -105,10 +107,14 @@ export(summarise_variable_counts)
export(validate_predictions)
export(validate_predictions_df_blue_tit)
export(validate_predictions_df_euc)
import(NatParksPalettes)
import(broom)
import(broom.mixed)
import(cli)
import(dplyr)
import(forcats)
import(ggbeeswarm)
import(ggforestplot)
import(ggplot2)
import(lme4)
import(metafor)
Expand Down
25 changes: 25 additions & 0 deletions man/get_forest_plot_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions man/plot_forest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion man/prepare_response_variables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f41e949

Please sign in to comment.