-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 864 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 864 Bytes
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
31
32
33
Package: probabilityDistributions
Title: Useful probability distributions
Version: 0.0.0.9000
Authors@R: c(
person("Andrew", "Punnett", , "andrew@primer-e.co.nz", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("PRIMER-e", role = c("cph", "fnd"))
)
Description: Useful probability distributions with matching Stan code.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://primer-e.github.io/probabilityDistributions, https://github.com/PRIMER-e/probabilityDistributions
Suggests:
testthat (>= 3.0.0),
rstan,
covr,
rmarkdown,
knitr,
responseFunctions,
VGAM
Config/testthat/edition: 3
Imports:
stats,
readr,
methods
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Remotes:
PRIMER-e/responseFunctions