forked from jbryer/DTedit
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.34 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
Package: DTedit
Title: Editable DataTables for Shiny Apps
Version: 2.3.1
Authors@R:
c(person(given = "Jason",
family = "Bryer",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "David",
family = "Fong",
email = "[email protected]",
role = c("aut")),
person(given = "Klodian",
family = "Dhana", role = c("ctb")),
person(given = "László",
family = "Szakács", role = c("ctb")),
person(given = "Matthias",
family = "Hinz", role = c("ctb")),
person(given = "Ben",
family = "Best", role = c("ctb")))
Description: Allows user to create, edit and delete rows in datatable() from the 'DT' package.
License: LGPL
URL: https://github.com/jbryer/DTedit
BugReports: https://github.com/DavidPatShuiFong/DTedit/issues
Depends:
R (>= 3.3)
Imports:
DT (>= 0.6),
shiny (>= 1.0.0),
blob,
methods,
R6
Suggests:
RSQLite,
base64enc,
randomNames,
knitr,
rmarkdown,
testthat,
shinytest,
covr,
devtools,
withr,
magrittr,
shinyWidgets (>= 0.5.2),
jsonlite,
rmdformats
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Collate:
'DTedit-package.R'
'dtedit.R'
'dtedit_demo.R'
'dtedit_test.R'