Skip to content

Commit

Permalink
#24 roxygenise functions
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Jul 16, 2024
1 parent a6465e0 commit 2d4074a
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/egouldo/ManyEcoEvo,
https://egouldo.github.io/ManyEcoEvo/
https://egouldo.github.io/ManyEcoEvo/
BugReports: https://github.com/egouldo/ManyEcoEvo/issues
VignetteBuilder: knitr
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ export(augment_prediction_data)
export(back_transform_response_vars_yi)
export(box_cox_transform)
export(calc_I2_ml)
export(calc_analyses_per_team)
export(calc_summary_stats_binary)
export(calc_summary_stats_numeric)
export(calc_teams_per_dataset)
export(calculate_deviation_score)
export(calculate_sorensen_diversity_index)
export(calculate_variable_counts)
export(capwords)
export(clean_response_transformation)
export(compare_ml_MA)
Expand All @@ -24,6 +29,7 @@ export(conversion_2)
export(convert_predictions)
export(count_analyses_variables_used)
export(count_binary_coded_features)
export(count_conclusions)
export(count_teams_analyses)
export(cube_back)
export(divide_back)
Expand Down Expand Up @@ -63,6 +69,7 @@ export(power_back)
export(pred_to_Z)
export(prepare_ManyEcoEvo)
export(prepare_ManyEcoEvo_yi)
export(prepare_df_for_summarising)
export(prepare_diversity_raw)
export(prepare_response_variables)
export(prepare_response_variables_yi)
Expand Down Expand Up @@ -132,6 +139,7 @@ importFrom(rlang,is_na)
importFrom(rlang,is_null)
importFrom(rlang,na_chr)
importFrom(sae,bxcx)
importFrom(tibble,enframe)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
Expand Down
26 changes: 26 additions & 0 deletions man/calc_analyses_per_team.Rd

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

28 changes: 28 additions & 0 deletions man/calc_summary_stats_binary.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/calc_summary_stats_numeric.Rd

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

26 changes: 26 additions & 0 deletions man/calc_teams_per_dataset.Rd

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

29 changes: 29 additions & 0 deletions man/calculate_variable_counts.Rd

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

19 changes: 19 additions & 0 deletions man/count_conclusions.Rd

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

28 changes: 28 additions & 0 deletions man/prepare_df_for_summarising.Rd

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

0 comments on commit 2d4074a

Please sign in to comment.