diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index ec8a28bcd..34689cb3a 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
diagram: pkgdown/diagram.html
-last_built: 2023-10-22T22:08Z
+last_built: 2023-10-23T08:17Z
urls:
reference: https://wviechtb.github.io/metafor/reference
article: https://wviechtb.github.io/metafor/articles
diff --git a/docs/reference/formula.rma.html b/docs/reference/formula.rma.html
index 96134abf5..a37aa1c54 100644
--- a/docs/reference/formula.rma.html
+++ b/docs/reference/formula.rma.html
@@ -149,13 +149,13 @@
Examples
res <- rma(yi, vi, mods = ~ ablat + alloc, data=dat)
formula(res, type="mods")
#> ~ablat + alloc
-#> <environment: 0x56045e41b798>
+#> <environment: 0x555dbe9c21f8>
### specify moderators via 'yi' argument
res <- rma(yi ~ ablat + alloc, vi, data=dat)
formula(res, type="yi")
#> yi ~ ablat + alloc
-#> <environment: 0x56045be3be58>
+#> <environment: 0x555dbe4e2b70>
diff --git a/docs/reference/misc-recs.html b/docs/reference/misc-recs.html
index 5579e0cf7..7818d90c2 100644
--- a/docs/reference/misc-recs.html
+++ b/docs/reference/misc-recs.html
@@ -149,7 +149,7 @@ How vcalc
and rma.mv
should be used (and the clustering variable specified for robust
) will depend on the specifics of the application.
-See dat.knapp2017
and dat.tannersmith2016
for some examples illustrating this workflow.
+See dat.assink2016
, dat.knapp2017
, and dat.tannersmith2016
for some examples illustrating this workflow.
diff --git a/docs/reference/reporter.html b/docs/reference/reporter.html
index db95ab809..38c0891c0 100644
--- a/docs/reference/reporter.html
+++ b/docs/reference/reporter.html
@@ -191,12 +191,12 @@ Examples
### generate report
reporter(res)
#>
-#> Directory for generating the report is: /tmp/Rtmpj0aJ6Y
+#> Directory for generating the report is: /tmp/Rtmp6w4ftg
#> Copying references.bib and apa.csl to report directory ...
#> Saving model object to report_res.rdata ...
#> Creating report_res.rmd file ...
#> Rendering report_res.rmd file ...
-#> Generated /tmp/Rtmpj0aJ6Y/report_res.html ...
+#> Generated /tmp/Rtmp6w4ftg/report_res.html ...
#> Opening report ...
diff --git a/man/misc-recs.Rd b/man/misc-recs.Rd
index df8c12d1c..1f2a4f3f3 100644
--- a/man/misc-recs.Rd
+++ b/man/misc-recs.Rd
@@ -52,7 +52,7 @@ anova(sav, ...)}
How \code{\link{vcalc}} and \code{\link{rma.mv}} should be used (and the clustering variable specified for \code{\link{robust}}) will depend on the specifics of the application.
- See \code{\link[metadat]{dat.knapp2017}} and \code{\link[metadat]{dat.tannersmith2016}} for some examples illustrating this workflow.
+ See \code{\link[metadat]{dat.assink2016}}, \code{\link[metadat]{dat.knapp2017}}, and \code{\link[metadat]{dat.tannersmith2016}} for some examples illustrating this workflow.
}