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
- Host: GitHub
- Owner: kcf-jackson
- License: other
- Language: HTML
- Default Branch: master
- Homepage: https://kcf-jackson.github.io/sketch-website/
- Size: 1.69 MB
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`
[](https://travis-ci.org/kcf-jackson/sketch)
[](https://codecov.io/gh/kcf-jackson/sketch?branch=master)
[](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.

### 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
- Repositories: 53
- Profile: https://github.com/kcf-jackson
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
Top Committers
| Name | Commits | |
|---|---|---|
| kcf-jackson | k****n@g****m | 261 |
| Jackson Kwok | j****k@s****u | 11 |
Committer Domains (Top 20 + Academic)
svi.edu.au: 1
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
- Documentation: http://cran.r-project.org/web/packages/sketch/sketch.pdf
- License: Apache License (≥ 2.0)
-
Latest release: 1.1.19
published over 3 years ago
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