From 2ac75886148b34e4aa33810938b9c1397f69a736 Mon Sep 17 00:00:00 2001 From: egouldo Date: Thu, 29 Aug 2024 02:39:40 +1000 Subject: [PATCH 1/2] bug!: Add new functions to pkgdown reference #65 --- --- _pkgdown.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 1de452d..abcbc76 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -46,7 +46,9 @@ reference: variables for meta-analysis. contents: - box_cox_transform - - log_transform + - variance_box_cox + - folded_params + - starts_with("log_transform") - calculate_deviation_score - calculate_sorensen_diversity_index - apply_sorensen_calc @@ -59,6 +61,8 @@ reference: - compute_metaanalysis_inputs - get_diversity_data - starts_with("prepare_") + - split_yi_subsets + - rename_prediction_cols - title: Model Fitting & Meta-analysis desc: | Functions for fitting meta-analysis and other models described in *Gould From 557c1e3353ea658f387000047414b81748ddf23c Mon Sep 17 00:00:00 2001 From: egouldo Date: Thu, 29 Aug 2024 02:40:34 +1000 Subject: [PATCH 2/2] Increment version number to 2.7.1 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 65ca66b..08d03d1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ManyEcoEvo Title: Meta-analyse data from 'Many-Analysts' style studies -Version: 2.7.0 +Version: 2.7.1 Authors@R: c( person("Elliot", "Gould", , "elliot.gould@unimelb.edu.au", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-6585-538X")),