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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://cardiomoon.r-universe.dev Date/Publication: 2021-07-13 12:11:52 UTC RemoteUrl: https://github.com/cardiomoon/editdata RemoteRef: HEAD RemoteSha: 5c539ac7382fdfefd4235e1a7402ba27eb209990 NeedsCompilation: no Packaged: 2026-06-12 09:59:40 UTC; root Author: Keon-Woong Moon [aut, cre] Maintainer: Keon-Woong Moon