-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.16 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
Package: mimosa
Title: Graphical User Interface for 2-Level Mixed Models as a
Shiny-App
Version: 0.5.9000
Authors@R:
c(person(given = "Johannes",
family = "Titz",
role = c("aut", "cre"),
email = "johannes.titz@gmail.com",
comment = c(ORCID = "0000-0002-1102-5719")),
person(given = "Maria",
family = "Reichert",
role = "ctb",
email = "maria-c-reichert@web.de"))
Description: A modern, user- and scientist-friendly graphical
user interface for 2-level mixed models. Mimosa detects the grouping
variable and also categorizes variables in level 1 and level 2
automatically. You can also use the app online at <www.mimosa.icu>.
License: AGPL-3
URL: http://github.com/johannes-titz/mimosa
BugReports: http://github.com/johannes-titz/mimosa/issues
Imports:
dplyr,
mlmRev,
lme4,
shiny,
shinyBS,
shinybusy,
shinydashboard,
shinyjs,
sjPlot,
utils,
readr,
stringr,
Hmisc
Suggests:
shinytest2,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Depends:
R (>= 2.10)