-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
60 lines (60 loc) · 1.47 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
Package: datamods
Title: Modules to Import and Manipulate Data in 'Shiny'
Version: 1.5.3
Authors@R:
c(person(given = "Victor",
family = "Perrier",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Fanny",
family = "Meyer",
role = "aut"),
person(given = "Samra",
family = "Goumri",
role = "aut"),
person(given = "Zauad Shahreer",
family = "Abeer",
role = "aut",
email = "[email protected]"),
person(given = "Eduard",
family = "Szöcs",
role = "ctb",
email = "[email protected]")
)
Description: 'Shiny' modules to import data into an application or 'addin'
from various sources, and to manipulate them after that.
License: GPL-3
URL: https://github.com/dreamRs/datamods, https://dreamrs.github.io/datamods/
BugReports: https://github.com/dreamRs/datamods/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
bslib,
classInt,
data.table,
htmltools,
phosphoricons,
reactable,
readxl,
rio,
rlang,
shiny (>= 1.5.0),
shinyWidgets (>= 0.8.4),
tibble,
toastui (>= 0.3.3),
tools,
shinybusy,
writexl
Suggests:
ggplot2,
jsonlite,
knitr,
MASS,
rmarkdown,
testthat,
validate
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true