Package: waspr Type: Package Title: Wasserstein Barycenters of Subset Posteriors Version: 1.0.1 Authors@R: person("Jolien", "Cremers", email = "joliencremers@gmail.com", role = c("aut", "cre")) Description: Functions to compute Wasserstein barycenters of subset posteriors using the swapping algorithm developed by Puccetti, Rüschendorf and Vanduffel (2020) . The Wasserstein barycenter is a geometric approach for combining subset posteriors. It allows for parallel and distributed computation of the posterior in case of complex models and/or big datasets, thereby increasing computational speed tremendously. License: GPL-3 URL: https://github.com/joliencremers/waspr BugReports: https://github.com/joliencremers/waspr/issues Encoding: UTF-8 LazyData: true Imports: Rcpp (>= 1.0.4.6) LinkingTo: BH, Rcpp, RcppArmadillo, RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, testthat, spelling VignetteBuilder: knitr Language: en-US Biarch: true Depends: R (>= 3.5.0) Repository: https://joliencremers.r-universe.dev Date/Publication: 2023-11-02 12:17:51 UTC RemoteUrl: https://github.com/joliencremers/waspr RemoteRef: HEAD RemoteSha: 9a615cacd9ae67b0769c94ad6e1bb3e461b79058 NeedsCompilation: yes Packaged: 2026-06-21 10:59:21 UTC; root Author: Jolien Cremers [aut, cre] Maintainer: Jolien Cremers