Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 1.13 KB

readme.md

File metadata and controls

executable file
·
35 lines (26 loc) · 1.13 KB

R package sketch

Travis build status Codecov test coverage CRAN status

Creates interactive illustrations embeddable in R Markdown documents. The package compiles R code into JavaScript code by applying rewriting rules to the R AST. This allows users to develop JS-style visualisations using only the R syntax.

Installation

install.packages("sketch")

# For the latest development version
# install.packages("remotes")
remotes::install_github("kcf-jackson/sketch", "develop")

Visit the website for getting-started guide, tutorials and other documentation!