-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 914 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
Package: rgen
Title: Random Sampling Distribution C++ Routines for Armadillo
Version: 0.0.1
Authors@R: c(
person("James Joseph", "Balamuta", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458")),
person("Steven Andrew", "Culpepper",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4226-6176")
)
)
Description: Provides popular sampling distributions C++ routines based in
armadillo through a header file approach.
URL: https://github.com/coatless-rpkg/rgen, https://r-pkg.thecoatlessprofessor.com/rgen/
BugReports: https://github.com/coatless-rpkg/rgen/issues
Depends:
R (>= 4.0.0)
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)