Package: editData
Type: Package
Title: 'RStudio' Addin for Editing a 'data.frame'
Version: 0.1.2
Imports: shiny (>= 0.13), miniUI (>= 0.1.1), rstudioapi (>= 0.5), DT,
        tibble
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: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-10-07 15:36:44 UTC; cardiomoon
Author: Keon-Woong Moon [aut, cre]
Maintainer: Keon-Woong Moon <cardiomoon@gmail.com>
Repository: CRAN
Date/Publication: 2017-10-07 15:47:30 UTC
Built: R 3.4.4; ; 2019-04-25 22:30:14 UTC; windows
