Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feddelegrand7/creature
Create Interactive Creatures in RMarkdown Documents and Shiny Apps
https://github.com/feddelegrand7/creature
canvas javascript r rmarkdown rstats shiny sketch
Last synced: 2 months ago
JSON representation
Create Interactive Creatures in RMarkdown Documents and Shiny Apps
- Host: GitHub
- URL: https://github.com/feddelegrand7/creature
- Owner: feddelegrand7
- License: other
- Created: 2020-09-27T22:56:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T15:14:03.000Z (about 4 years ago)
- Last Synced: 2023-03-03T16:23:39.791Z (almost 2 years ago)
- Topics: canvas, javascript, r, rmarkdown, rstats, shiny, sketch
- Language: R
- Homepage: https://ihaddadenfodil.com/post/introducing-the-creature-package-interactive-animations-in-rmd-documents-and-shiny-apps/
- Size: 8.34 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# creature
The goal of the package is to create a creature that will accompany you when you feel lonely. You will find it at the bottom of your Rmd document or Shiny app. The creature was initially developed by [Justin Windle](https://soulwire.github.io/sketch.js/), I've just found it cool and adapted it to R. You can say this is an R wrapper.
![](man/figures/creature.gif)
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("feddelegrand7/creature")
```
## Example
A demo is available [here](https://ihaddadenfodil.com/post/introducing-the-creature-package-interactive-animations-in-rmd-documents-and-shiny-apps/)
## Code of Conduct
Please note that the creature project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.