-
Notifications
You must be signed in to change notification settings - Fork 63
/
DESCRIPTION
139 lines (139 loc) · 3.57 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Type: Package
Package: greta
Title: Simple and Scalable Statistical Modelling in R
Version: 0.5.0.9000
Authors@R: c(
person("Nick", "Golding", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")),
person("Nicholas", "Tierney", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")),
person("Simon", "Dirmeier", role = "ctb"),
person("Adam", "Fleischhacker", role = "ctb"),
person("Shirin", "Glander", role = "ctb"),
person("Martin", "Ingram", role = "ctb"),
person("Lee", "Hazel", role = "ctb"),
person("Lionel", "Hertzog", role = "ctb"),
person("Tiphaine", "Martin", role = "ctb"),
person("Matt", "Mulvahill", role = "ctb"),
person("Michael", "Quinn", role = "ctb"),
person("David", "Smith", role = "ctb"),
person("Paul", "Teetor", role = "ctb"),
person("Jian", "Yen", role = "ctb")
)
Description: Write statistical models in R and fit them by MCMC and
optimisation on CPUs and GPUs, using Google 'TensorFlow'. greta lets
you write your own model like in BUGS, JAGS and Stan, except that you
write models right in R, it scales well to massive datasets, and it’s
easy to extend and build on. See the website for more information,
including tutorials, examples, package documentation, and the greta
forum.
License: Apache License 2.0
URL: https://greta-stats.org, https://github.com/greta-dev/greta
BugReports: https://github.com/greta-dev/greta/issues
Depends:
R (>= 4.1.0)
Imports:
abind,
callr,
cli (>= 3.4.1),
coda,
future (>= 1.22.1),
glue (>= 1.5.1),
methods,
parallelly (>= 1.29.0),
progress (>= 1.2.0),
R6,
reticulate (>= 1.19.0),
rlang,
tensorflow (== 2.16.0),
tools,
utils,
whisker,
yesno
Suggests:
bayesplot,
covr,
cramer,
DiagrammeR,
dplyr,
DiagrammeRsvg,
extraDistr,
fields,
ggplot2,
knitr,
lattice,
MASS,
MCMCpack,
mockery,
mvtnorm,
purrr,
rmarkdown,
rmutil,
rsvg,
spelling,
testthat (>= 3.1.0),
tibble,
tidyr,
truncdist,
withr,
rstudioapi
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 3.7.0) with header files and shared
library; TensorFlow (>= v2.0.0; https://www.tensorflow.org/); TensorFlow
Probability (v0.8.0; https://www.tensorflow.org/probability/)
Collate:
'package.R'
'utils.R'
'greta_mcmc_list.R'
'tf_functions.R'
'overloaded.R'
'node_class.R'
'node_types.R'
'variable.R'
'probability_distributions.R'
'mixture.R'
'joint.R'
'unknowns_class.R'
'greta_array_class.R'
'as_data.R'
'distribution.R'
'operators.R'
'functions.R'
'transforms.R'
'structures.R'
'extract_replace_combine.R'
'dag_class.R'
'data-deps-tf-tfp.R'
'greta_model_class.R'
'progress_bar.R'
'inference_class.R'
'samplers.R'
'optimisers.R'
'optimiser_class.R'
'inference.R'
'install_tensorflow.R'
'calculate.R'
'callbacks.R'
'simulate.R'
'chol2symm.R'
'install_greta_deps.R'
'conda_greta_env.R'
'greta_stash.R'
'greta_create_conda_env.R'
'greta_install_miniconda.R'
'greta_install_python_deps.R'
'new_install_process.R'
'reinstallers.R'
'checkers.R'
'test_if_forked_cluster.R'
'testthat-helpers.R'
'write-logfiles.R'
'zzz.R'
'internals.R'
LazyData: true