Package: pg Title: Polya Gamma Distribution Sampler Version: 0.2.4 Authors@R: c( person( given = "James", family = "Balamuta", role = c("aut", "cre", "cph"), email = "balamut2@illinois.edu" ) ) Description: Provides access to a series of highly performant random distribution samplers for the Polya Gamma Distribution as described by Polson, Scott, and Windle (2013) using either 'C++' headers for 'Rcpp' or 'RcppArmadillo' and 'R'. The 'C++' header approach was developed to enable computations in Balamuta (2021) . URL: https://tmsalab.github.io/pg/, https://github.com/tmsalab/pg BugReports: https://github.com/tmsalab/pg/issues License: GPL (>= 3) LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: testthat (>= 2.1.0) Repository: https://tmsalab.r-universe.dev Date/Publication: 2023-07-21 21:06:39 UTC RemoteUrl: https://github.com/tmsalab/pg RemoteRef: HEAD RemoteSha: 348b5d499ea75da9565488d64d532420802e84e2 NeedsCompilation: yes Packaged: 2026-07-02 08:15:00 UTC; root Author: James Balamuta [aut, cre, cph] Maintainer: James Balamuta