-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 902 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
Package: bayeshear
Type: Package
Title: Calculate Criteria for Bayesian Models
Version: 0.3.0.9000
URL: https://github.com/sims1253/bayeshear
BugReports: https://github.com/sims1253/bayeshear/issues
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
Depends:
R (>= 3.5.0),
Imports:
posterior,
loo,
stats,
matrixStats,
purrr,
brms
Suggests:
caret (>= 6.0.84),
randomForest (>= 4.6.14),
testthat (>= 3.1.0)
RoxygenNote: 7.2.3