generated from greta-dev/greta.template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.62 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: greta.distributions
Title: Extends Distributions Available in the 'greta' Package
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Nick",
family = "Golding",
email = "nick.golding.research@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")
),
person(
given = "Nicholas",
family = "Tierney",
email = "nicholas.tierney@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")
)
)
Description: Provides extra distributions for use with the 'greta' package.
These will include distributions such as zero inflated negative binomial,
zero inflated poisson, interval censored lognormal, and more.
License: Apache License 2.0
URL: https://github.com/greta-dev/greta.distributions, https://greta-dev.github.io/greta.distributions/
BugReports: https://github.com/greta-dev/greta.distributions/issues
Depends:
greta (>= 0.5.0),
R (>= 4.1.0)
Imports:
cli,
glue,
progress,
R6,
tensorflow (== 2.16.0),
rlang,
styler
Suggests:
coda,
covr,
cramer,
distributional,
extraDistr,
knitr,
likelihoodExplore,
mvtnorm,
rmarkdown,
spelling,
testthat (>= 3.1.0),
truncdist
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 2.7.0) with header files and shared
library; TensorFlow (v1.14; https://www.tensorflow.org/); TensorFlow
Probability (v0.7.0; https://www.tensorflow.org/probability/)