-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 997 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
31
32
33
34
35
36
37
Package: bayesim
Type: Package
Title: Simulation Framework for Bayesian Modeling
Version: 0.34.0.9000
Date: 2022-11-10
Authors@R:
c(person("Maximilian", "Scholz", email = "[email protected]",
role = c("aut", "cre")),
person("Paul-Christian", "Bürkner", email = "[email protected]",
role = c("aut")))
Maintainer: Maximilian Scholz <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
bayesfam (>= 0.2.1),
bayeshear (>= 0.3.0.9000),
brms (>= 2.18.1),
rstan,
posterior (>= 1.3.1),
dplyr,
stats,
matrixStats,
future.apply
Suggests:
cmdstanr (>= 0.5.3),
foreach,
parallel,
doParallel
Remotes:
sims1253/bayesfam,
sims1253/bayeshear
RoxygenNote: 7.3.1
Config/testthat/parallel: true
Config/testthat/edition: 3