sketch

Interactive sketches in R

https://github.com/kcf-jackson/sketch

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

javascript js r transpiler visualisation
Last synced: 6 months ago · JSON representation

Repository

Interactive sketches in R

Basic Info
Statistics
  • Stars: 126
  • Watchers: 8
  • Forks: 5
  • Open Issues: 1
  • Releases: 0
Topics
javascript js r transpiler visualisation
Created over 6 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

readme.Rmd

---
output: rmarkdown::github_document
---

## R package `sketch`


[![Travis build status](https://travis-ci.org/kcf-jackson/sketch.svg?branch=master)](https://travis-ci.org/kcf-jackson/sketch)
[![Codecov test coverage](https://codecov.io/gh/kcf-jackson/sketch/branch/master/graph/badge.svg)](https://codecov.io/gh/kcf-jackson/sketch?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/sketch)](https://CRAN.R-project.org/package=sketch)



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.

![](./man/figures/ast_transform.png)

### Installation

```{r, eval = FALSE}
# Stable version on CRAN
install.packages("sketch")

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


Visit the [website](https://kcf-jackson.github.io/sketch-doc) for [getting-started guide](https://kcf-jackson.github.io/sketch-doc/getting_started/), [tutorials](https://kcf-jackson.github.io/sketch-doc/tutorials/) and other documentation!

Owner

  • Name: Jackson Kwok
  • Login: kcf-jackson
  • Kind: user
  • Location: Melbourne, Australia
  • Company: St. Vincent's Institute of Medical Research; The University of Melbourne

PhD in Statistics, Postdoc in Econometrics, Postdoc in Deep Learning

GitHub Events

Total
  • Watch event: 6
Last Year
  • Watch event: 6

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 272
  • Total Committers: 2
  • Avg Commits per committer: 136.0
  • Development Distribution Score (DDS): 0.04
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
kcf-jackson k****n@g****m 261
Jackson Kwok j****k@s****u 11
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 8
  • Total pull requests: 14
  • Average time to close issues: 2 months
  • Average time to close pull requests: 21 days
  • Total issue authors: 6
  • Total pull request authors: 3
  • Average comments per issue: 3.13
  • Average comments per pull request: 0.07
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kcf-jackson (2)
  • lionel- (2)
  • instantkaffee (1)
  • JohnCoene (1)
  • hadley (1)
  • Enchufa2 (1)
Pull Request Authors
  • kcf-jackson (14)
  • Enchufa2 (1)
  • apoorv74 (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 258 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: sketch

Interactive Sketches

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 258 Last month
Rankings
Stargazers count: 3.7%
Forks count: 11.3%
Average: 27.3%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 56.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • htmltools * imports
  • jsonlite * imports
  • magrittr * imports
  • methods * imports
  • purrr * imports
  • rlang * imports
  • rstudioapi * imports
  • shiny * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/rcmdcheck-and-test-coverage.yml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite