shinyLottie
Easily integrate and control Lottie animations within Shiny applications, without the need for idiosyncratic expression or use of JavaScript. This includes utilities for generating animation instances, controlling playback, manipulating animation properties, and more.
Science Score: 13.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Keywords
Repository
Easily integrate and control Lottie animations within Shiny applications, without the need for idiosyncratic expression or use of JavaScript. This includes utilities for generating animation instances, controlling playback, manipulating animation properties, and more.
Basic Info
- Host: GitHub
- Owner: CamHowitt
- License: other
- Language: R
- Default Branch: master
- Homepage: https://camhowitt.github.io/shinyLottie/
- Size: 12.4 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# shinyLottie
The 'shinyLottie' package allows users to easily integrate and control 'Lottie' animations within 'shiny' applications, without the need for idiosyncratic expression or use of 'JavaScript'. This includes utilities for generating animation instances, controlling playback, manipulating animation properties, and more.
## Installation
You can install the released version of \`shinyLottie\` from CRAN with:
``` r
install.packages("shinyLottie")
```
## Example
Introducing 'Lottie' animations to a 'shiny' app can be accomplished using just two 'shinyLottie' functions:
```{r eval = FALSE}
library(shiny)
library(shinyLottie)
ui <- fluidPage(
include_lottie(),
lottie_animation(
path = "shinyLottie/example.json",
name = "my_animation"
)
)
server <- function(input, output, session) {}
shinyApp(ui, server)
```
For more advanced implementations, please refer to the following articles:
- `vignette("shinyLottie")`
- `vignette("Controlling-Animations")`
- `vignette("Event-Listeners")`
Owner
- Login: CamHowitt
- Kind: user
- Repositories: 1
- Profile: https://github.com/CamHowitt
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| CamHowitt | c****6@g****m | 12 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 175 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: shinyLottie
Seamlessly Integrate 'Lottie' Animations into 'shiny' Applications
- Homepage: https://camhowitt.github.io/shinyLottie/
- Documentation: http://cran.r-project.org/web/packages/shinyLottie/shinyLottie.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- glue * imports
- htmltools * imports
- jsonlite * imports
- shiny * imports
- knitr * suggests
- rmarkdown * suggests
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite