Package: dplyrAssist Type: Package Title: RStudio Addin for Teaching and Learning Data Manipulation Using 'dplyr' Version: 0.1.1 Imports: shiny (>= 0.13), miniUI (>= 0.1.1), rstudioapi (>= 0.5), shinyWidgets, shinyAce, tidyverse, tidyr, stringr, magrittr, plyr, DT Suggests: nycflights13, knitr, rmarkdown Authors@R: person("Keon-Woong", "Moon", email = "cardiomoon@gmail.com", role = c("aut", "cre")) URL: https://github.com/cardiomoon/dplyrAssist BugReports: https://github.com/cardiomoon/dplyrAssist/issues Description: An RStudio addin for teaching and learning data manipulation using the 'dplyr' package. You can learn each steps of data manipulation by clicking your mouse without coding. You can get resultant data (as a 'tibble') and the code for data manipulation. License: GPL-3 Encoding: UTF-8 RoxygenNote: 6.0.1 VignetteBuilder: knitr Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://cardiomoon.r-universe.dev Date/Publication: 2017-10-16 03:41:48 UTC RemoteUrl: https://github.com/cardiomoon/dplyrassist RemoteRef: HEAD RemoteSha: 4593563a09b41fb1f8edb2191946b5e067313883 NeedsCompilation: no Packaged: 2026-06-12 10:29:11 UTC; root Author: Keon-Woong Moon [aut, cre] Maintainer: Keon-Woong Moon