-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
80 lines (80 loc) · 1.76 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: requal
Title: Shiny Application for Computer-Assisted Qualitative Data Analysis
Version: 1.1.3.9001
Authors@R:
c(
person(given = "Radim",
family = "Hladík",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8078-6477")),
person(given = "Michael",
family = "Škvrňák",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4647-4095")),
person(given = "Nina",
family = "Fárová",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9480-686X")),
person(given = "Martin",
family = "Hájek",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9213-6404")),
person(given = "TACR",
role = "fnd",
comment = "TL05000054")
)
Description: PKG_DESC.
License: MIT + file LICENSE
Imports:
colourpicker,
config (>= 0.3.1),
DBI,
dbplyr,
dplyr,
DT,
fs,
ggplot2,
glue,
golem (>= 0.3.1),
htmltools,
htmlwidgets,
jsonlite,
magrittr,
pool,
purrr,
rlang,
RPostgreSQL,
RSQLite,
shiny (>= 1.6.0),
shinydashboard,
shinydashboardPlus,
shinyFiles,
shinyjs,
shinymanager,
shinyWidgets,
sortable,
stringr,
tibble,
tidyr,
tidyselect,
viridisLite
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
spelling,
shinytest2,
rvest,
devtools,
pkgload,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US