knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
REST (Rcmdr Easy Script Templates) is a tool for R Commander Plug-In development.
This package is by no means as flexible or powerful as shiny, but it does provide you a quick, easy and no-nonsense way to create a R Commander plug-in for your own analysis or R package while not having to bother about any tlctk syntax.
For an detailed guide on how to use REST, please check the vignette of the package.
CRAN Release Version
install.packages("REST")
Development Release (GitHub or R-Forge)
install.packages("REST",repos="http://R-Forge.R-project.org")
or
setRepositories(ind=c(1:5)) install.packages("devtools") # If not yet installed on your R Version devtools::install_github("hadley/devtools") # Only run this if your currently installed # devtools version is <= 1.12 (recursive dependencies bug) devtools::install_github("ewouddt/REST")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.