-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 948 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 948 Bytes
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
Package: editData
Type: Package
Title: 'RStudio' Addin for Editing a 'data.frame'
Version: 0.2.1
Imports:
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
DT(>= 0.17),
tibble,
dplyr,
rio,
magrittr,
shinyWidgets,
lubridate,
openxlsx
Authors@R: person("Keon-Woong", "Moon", email = "cardiomoon@gmail.com",
role = c("aut", "cre"))
Description: An 'RStudio' addin for editing a 'data.frame' or a 'tibble'. You can delete, add or update a 'data.frame'
without coding. You can get resultant data as a 'data.frame'. In the package, modularized 'shiny' app codes are provided.
These modules are intended for reuse across applications.
URL: https://github.com/cardiomoon/editData
BugReports: https://github.com/cardiomoon/editData/issues
License: GPL-3
Encoding: UTF-8
Depends: R (>= 2.10)
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr