-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 946 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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) <arXiv:1205.0310> using either 'C++' headers
for 'Rcpp' or 'RcppArmadillo' and 'R'. The 'C++' header approach was developed
to enable computations in Balamuta (2021) <https://www.ideals.illinois.edu/items/121209>.
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)