-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.75 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
Package: shinybrms
Title: Graphical User Interface ('shiny' App) for 'brms'
Version: 1.8.0
Date: 2022-07-30
Authors@R:
c(person(given = "Frank",
family = "Weber",
role = c("aut", "cre"),
email = "fweber144@protonmail.com",
comment = c(ORCID = "0000-0002-4842-7922")),
person(given = "Katja",
family = "Ickstadt",
role = c("ctb"),
comment = c(ORCID = "0000-0001-5157-2496")),
person(given = "Änne",
family = "Glass",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7715-9058")),
person(given = "Thomas",
family = "Park",
role = c("ctb", "cph"),
comment = "'Bootswatch' theme \"United\""),
person(family = "Twitter, Inc.",
role = c("ctb", "cph"),
comment = "'Bootstrap' (basis for the 'Bootswatch' theme \"United\")"),
person(family = "Google, LLC",
role = c("ctb", "cph"),
comment = "\"Open Sans\" font"))
Description: A graphical user interface (GUI) for fitting Bayesian regression
models using the package 'brms' which in turn relies on 'Stan'
(<https://mc-stan.org/>). The 'shinybrms' GUI is a 'shiny' app.
License: GPL-3 | file LICENSE
URL: https://fweber144.github.io/shinybrms/
BugReports: https://github.com/fweber144/shinybrms/issues
Depends: R (>= 3.6.0)
Imports:
shiny (>= 1.7.0),
brms (>= 2.16.0),
rstan (>= 2.19.3),
rlang
Suggests:
cmdstanr,
ggplot2,
shinystan (>= 2.4.0),
callr (>= 3.4.0),
rstanarm,
MASS,
lme4,
testthat,
shinytest
Additional_repositories:
https://mc-stan.org/r-packages/
Encoding: UTF-8
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)