forked from dreamRs/datamods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.04 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
Package: datamods
Title: Modules to Import and Manipulate Data in 'Shiny'
Version: 1.1.4.9000
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]"))
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.1
Imports:
htmltools,
shiny (>= 1.5.0),
shinyWidgets (>= 0.5.3),
DT,
data.table,
readxl,
rio,
rlang,
tibble,
tools
Suggests:
testthat,
knitr,
MASS,
rmarkdown,
validate
VignetteBuilder: knitr