Package: splinemixmeta Title: Additive Mixed Meta-Analysis with Spline Meta-Regression Version: 1.0.1 Authors@R: c( person(given = "Perry", family = "de Valpine", role = c("aut"), email = "pdevalpine@berkeley.edu", comment = c(ORCID = "0000-0002-8329-6796") ), person(given = "Marcus", family = "Beck", role = c("aut", "cre"), email = "mbeck@tbep.org", comment = c(ORCID = "0000-0002-4996-0059") ) ) Description: Fit additive mixed meta-analysis (AMMA) models, extending the 'mixmeta' package to allow for spline-based meta-regression. Functions combine features of 'mgcv' for building spline components and 'mixmeta' for estimating general mixed-effects meta-analysis models. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: BugReports: https://github.com/perrydv/splinemixmeta/issues Depends: R (>= 4.1) Imports: ggplot2, mgcv, mixmeta Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://perrydv.r-universe.dev Date/Publication: 2026-05-04 11:52:25 UTC RemoteUrl: https://github.com/perrydv/splinemixmeta RemoteRef: HEAD RemoteSha: 459e82042add1278ac2edb8884ceaa1c695d86c9 NeedsCompilation: no Packaged: 2026-07-03 05:33:02 UTC; root Author: Perry de Valpine [aut] (ORCID: ), Marcus Beck [aut, cre] (ORCID: ) Maintainer: Marcus Beck