carbonate

Create beautiful images of your source code from R

carbon.js is the easiest way to create beautiful images of your source code, and carbonate creates an api in R to interact with it. The package gives a new simple way to share your script with the rest of the R community on posters, slides, Shiny apps and social media! This little snippet combines SO MANY of my favorite #rstats 📦s: ✨ @jimhester_'s glue 🥛 @yoniceedee's carbonate 🐦 @kearneymw's rtweet [Read More]

RStudio Addin Manager

rsam provides a command line and user interface to manage RStudio addins. You can show or hide the addins in the RStudio IDE dropdown menu and set keyboard shortcuts for them. Installation Since rsam manages the RStudio addins it must write to disk. For this reason the package cannot be hosted on CRAN. #install.packages('remotes') remotes::install_github('yonicd/rsam') Usage library(rsam) ## rsam persmissions set by ~/_rsam.yml User Interface The user interface is a shiny application that uses rhandshontable to interact with the addins. [Read More]