forked from DillonHammill/DataEditR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 958 Bytes
/
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
Package: DataEditR
Title: An Interactive Editor for Viewing, Entering, Filtering & Editing Data
Version: 0.1.4
Date: 2021-07-26
Authors@R:
person(given = "Dillon",
family = "Hammill",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1407-7223"))
Description: An interactive editor built on 'rhandsontable' to allow the
interactive viewing, entering, filtering and editing of data in R
<https://dillonhammill.github.io/DataEditR/>.
URL: https://github.com/DillonHammill/DataEditR
BugReports: https://github.com/DillonHammill/DataEditR/issues
Depends:
R(>= 3.5.0)
Imports:
shiny (>= 1.5.0),
shinyBS,
shinyjs,
shinythemes,
rhandsontable (>= 0.3.8),
rstudioapi,
htmltools,
miniUI,
utils
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Language: en-GB
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr