-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.15 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
Package: bayesfam
Type: Package
Title: brms Custom Families
Version: 0.3.1
Date: 2022-10-26
Authors@R:
c(person("Maximilian", "Scholz", email = "[email protected]",
role = c("aut", "cre")),
person("Paul-Christian", "Bürkner", email = "[email protected]",
role = c("aut")),
person("Yannick", "Dzubba", role = c("aut")))
Maintainer: Maximilian Scholz <[email protected]>
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
brms (>= 2.18.1),
stats,
lamW
Suggests:
testthat (>= 3.1.0),
rmutil,
extraDistr,
posterior (>= 1.3.1),
gnorm,
logitnorm,
flexsurv
Remotes:
paul-buerkner/brms
RoxygenNote: 7.2.3
NeedsCompilation: no
URL: https://github.com/sims1253/bayesfam
BugReports: https://github.com/sims1253/bayesfam/issues
Description: A collection of custom brms families and some additional functions
for existing families originally developed as part of the bayesim package.
References: Scholz (2022) <doi:10.5281/zenodo.7099513>;
Scholz (2022) <doi:10.48550/ARXIV.2210.06927>.
Config/testthat/parallel: true
Config/testthat/edition: 3