forked from dreamRs/datamods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.21 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
Package: datamods
Title: Modules to Import and Manipulate Data in 'Shiny'
Version: 1.2.0.9100
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 = "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
BugReports: https://github.com/dreamRs/datamods/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
data.table,
DT,
htmltools,
phosphoricons,
readxl,
rio,
rlang,
shiny (>= 1.5.0),
shinyWidgets (>= 0.5.3),
tibble,
tools
Suggests:
jsonlite,
knitr,
MASS,
rmarkdown,
testthat,
validate
VignetteBuilder: knitr