kcf-jackson / sketch

Interactive sketches in R

Home Page:https://kcf-jackson.github.io/sketch-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Interactive sketches in R

https://kcf-jackson.github.io/sketch-website/

License:Other


Languages

Language:HTML 61.7%Language:R 23.4%Language:JavaScript 14.9%Language:CSS 0.0%