Science Score: 36.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
9 of 99 committers (9.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Easy interactive web applications with R
Basic Info
- Host: GitHub
- Owner: rstudio
- License: other
- Language: R
- Default Branch: main
- Homepage: https://shiny.posit.co/
- Size: 62.3 MB
Statistics
- Stars: 5,524
- Watchers: 327
- Forks: 1,877
- Open Issues: 867
- Releases: 10
Topics
Metadata Files
README.md
shiny 
Easily build rich and productive interactive web apps in R — no HTML/CSS/JavaScript required.
Features
- An intuitive and extensible reactive programming model which makes it easy to transform existing R code into a "live app" where outputs automatically react to new user input.
- Compared to event-based programming, reactivity allows Shiny to do the minimum amount of work when input(s) change, and allows humans to more easily reason about complex MVC logic.
- A prebuilt set of highly sophisticated, customizable, and easy-to-use widgets (e.g., plots, tables, sliders, dropdowns, date pickers, and more).
- An attractive default look based on Bootstrap which can also be easily customized with the bslib package or avoided entirely with more direct R bindings to HTML/CSS/JavaScript.
- Seamless integration with R Markdown, making it easy to embed numerous applications natively within a larger dynamic document.
- Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
- Modules: a framework for reducing code duplication and complexity.
- An ability to bookmark application state and/or generate code to reproduce output(s).
- A rich ecosystem of extension packages for more custom widgets, input validation, unit testing, and more.
Installation
To install the stable version from CRAN:
r
install.packages("shiny")
Getting Started
Once installed, load the library and run an example:
```r library(shiny)
Launches an app, with the app's source code included
runExample("06_tabsets")
Lists more prepackaged examples
runExample() ```
For more examples and inspiration, check out the Shiny User Gallery.
For help with learning fundamental Shiny programming concepts, check out the Mastering Shiny book and the Shiny Tutorial. The former is currently more up-to-date with modern Shiny features, whereas the latter takes a deeper, more visual, dive into fundamental concepts.
Join the conversation
If you want to chat about Shiny, meet other developers, or help us decide what to work on next, join us on Discord.
Getting Help
To ask a question about Shiny, please use the RStudio Community website.
For bug reports, please use the issue tracker and also keep in mind that by writing a good bug report, you're more likely to get help with your problem.
Contributing
We welcome contributions to the shiny package. Please see our CONTRIBUTING.md file for detailed guidelines of how to contribute.
License
The shiny package as a whole is licensed under the GPLv3. See the LICENSE file for more details.
R version support
Shiny is supported on the latest release version of R, as well as the previous four minor release versions of R. For example, if the latest release R version is 4.3, then that version is supported, as well as 4.2, 4.1, 4.0, 3.6.
Owner
- Name: RStudio
- Login: rstudio
- Kind: organization
- Email: info@rstudio.org
- Location: Boston, MA
- Website: http://rstudio.org
- Repositories: 356
- Profile: https://github.com/rstudio
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Winston Chang | w****n@s****g | 1,952 |
| Joe Cheng | j****e@r****m | 959 |
| Barret Schloerke | s****e@g****m | 418 |
| Yihui Xie | x****e@y****e | 412 |
| Carson Sievert | c****1@g****m | 359 |
| JJ Allaire | jj@r****g | 257 |
| Barbara Borges Ribeiro | b****o@g****m | 214 |
| Alan Dipert | a****n@d****g | 144 |
| trestletech | j****n@t****t | 136 |
| Jonathan McPherson | j****n@r****m | 92 |
| JooYoung Seo | s****y@g****m | 64 |
| Garrick Aden-Buie | g****k@a****m | 58 |
| Hadley Wickham | h****m@g****m | 54 |
| Timothy Mastny | t****y@g****m | 17 |
| Dean Attali | d****i@g****m | 14 |
| colin | c****n@t****r | 10 |
| david.zotloeterer | d****r@c****t | 7 |
| dvg-p4 | d****w@p****m | 6 |
| AliciaSchep | a****p@g****m | 5 |
| Gábor Csárdi | c****r@g****m | 5 |
| crtahlin | c****n@g****m | 4 |
| bhsu | b****b@g****m | 4 |
| Nick Strayer | n****r@r****m | 3 |
| Nuno Agostinho | n****o@g****m | 3 |
| olivroy | 5****y | 3 |
| Mine Çetinkaya-Rundel | c****e@g****m | 3 |
| Nate | n****y@g****m | 3 |
| saurfang | f****g@o****m | 2 |
| Alberto Santini | a****i@g****m | 2 |
| Andras Sali | s****w@g****m | 2 |
| and 69 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 387
- Total pull requests: 406
- Average time to close issues: 11 months
- Average time to close pull requests: 4 months
- Total issue authors: 235
- Total pull request authors: 69
- Average comments per issue: 3.03
- Average comments per pull request: 1.32
- Merged pull requests: 266
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 76
- Pull requests: 133
- Average time to close issues: 13 days
- Average time to close pull requests: 12 days
- Issue authors: 56
- Pull request authors: 18
- Average comments per issue: 1.03
- Average comments per pull request: 0.85
- Merged pull requests: 89
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- daattali (35)
- cpsievert (24)
- gadenbuie (14)
- wch (12)
- ismirsehregal (11)
- dvg-p4 (9)
- schloerke (8)
- stla (7)
- hadley (7)
- jcheng5 (5)
- asadow (4)
- apalacio9502 (3)
- kennedymwavu (3)
- vnijs (3)
- shikokuchuo (2)
Pull Request Authors
- cpsievert (108)
- gadenbuie (95)
- wch (28)
- jcheng5 (19)
- schloerke (18)
- chendaniely (11)
- olivroy (8)
- dvg-p4 (8)
- shikokuchuo (6)
- nstrayer (6)
- daattali (6)
- JohnCoene (4)
- hadley (4)
- hedsnz (3)
- teunbrand (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 432,255 last-month
- Total docker downloads: 59,443,964
-
Total dependent packages: 1,303
(may contain duplicates) -
Total dependent repositories: 6,368
(may contain duplicates) - Total versions: 123
- Total maintainers: 2
cran.r-project.org: shiny
Web Application Framework for R
- Homepage: https://shiny.posit.co/
- Documentation: http://cran.r-project.org/web/packages/shiny/shiny.pdf
- License: GPL-3 | file LICENSE
-
Latest release: 1.11.1
published 8 months ago
Rankings
Maintainers (1)
proxy.golang.org: github.com/rstudio/shiny
- Documentation: https://pkg.go.dev/github.com/rstudio/shiny#section-documentation
- License: other
-
Latest release: v1.11.1
published 8 months ago
Rankings
npmjs.org: @posit/shiny
<!-- badges: start --> [](https://CRAN.R-project.org/package=shiny) [](https://github.com/rstudio/shiny/acti
- Homepage: https://shiny.posit.co
- License: GPL-3.0-only
-
Latest release: 1.11.1
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.2 depends
- methods * depends
- R6 >= 2.0 imports
- bslib >= 0.3.0 imports
- cachem * imports
- commonmark >= 1.7 imports
- crayon * imports
- ellipsis * imports
- fastmap >= 1.1.0 imports
- fontawesome >= 0.4.0 imports
- glue >= 1.3.2 imports
- grDevices * imports
- htmltools >= 0.5.4 imports
- httpuv >= 1.5.2 imports
- jsonlite >= 0.9.16 imports
- later >= 1.0.0 imports
- lifecycle >= 0.2.0 imports
- mime >= 0.3 imports
- promises >= 1.1.0 imports
- rlang >= 0.4.10 imports
- sourcetools * imports
- tools * imports
- utils * imports
- withr * imports
- xtable * imports
- Cairo >= 1.5 suggests
- datasets * suggests
- dygraphs * suggests
- future * suggests
- ggplot2 * suggests
- knitr >= 1.6 suggests
- magrittr * suggests
- markdown * suggests
- ragg * suggests
- reactlog >= 1.0.0 suggests
- rmarkdown * suggests
- sass * suggests
- showtext * suggests
- testthat >= 3.0.0 suggests
- yaml * suggests
- @babel/core ^7.14.3 development
- @babel/plugin-proposal-class-properties ^7.13.0 development
- @babel/preset-env ^7.14.2 development
- @babel/preset-typescript ^7.13.0 development
- @babel/runtime ^7.14.0 development
- @deanc/esbuild-plugin-postcss ^1.0.2 development
- @testing-library/dom ^7.31.0 development
- @testing-library/jest-dom ^5.12.0 development
- @testing-library/user-event ^13.1.9 development
- @types/highlightjs ^9.12.1 development
- @types/jest ^26.0.23 development
- @types/jqueryui 1.12.16 development
- @types/lodash ^4.14.170 development
- @types/node ^15.6.1 development
- @types/showdown ^1.9.3 development
- @typescript-eslint/eslint-plugin ^5.38.1 development
- @typescript-eslint/parser ^5.38.1 development
- autoprefixer ^10.2.6 development
- bootstrap-datepicker 1.9.0 development
- browserslist ^4.19.1 development
- caniuse-lite ^1.0.30001312 development
- core-js ^3.13.0 development
- esbuild ^0.15.10 development
- esbuild-plugin-babel https://github.com/schloerke/esbuild-plugin-babel#patch-2 development
- esbuild-plugin-globals ^0.1.1 development
- esbuild-plugin-sass ^1.0.1 development
- eslint ^8.24.0 development
- eslint-config-prettier ^8.5.0 development
- eslint-plugin-jest ^27.0.4 development
- eslint-plugin-jest-dom ^4.0.2 development
- eslint-plugin-prettier ^4.2.1 development
- eslint-plugin-unicorn ^43.0.2 development
- fs-readdir-recursive ^1.1.0 development
- ion-rangeslider 2.3.1 development
- jest ^26.6.3 development
- jquery 3.6.0 development
- lodash ^4.17.21 development
- madge ^4.0.2 development
- node-gyp ^8.1.0 development
- phantomjs-prebuilt ^2.1.16 development
- postcss ^8.3.5 development
- prettier ^2.7.1 development
- readcontrol ^1.0.0 development
- replace ^1.2.1 development
- selectize 0.12.4 development
- strftime 0.9.2 development
- ts-jest ^26 development
- ts-node ^10.9.1 development
- type-coverage ^2.22.0 development
- typescript ^4.8.4 development
- util-inspect https://github.com/deecewan/browser-util-inspect#c0b4350df4378ffd743e8c36dd3898ce3992823e development
- @types/bootstrap 3.4.0
- @types/bootstrap-datepicker 0.0.14
- @types/datatables.net ^1.10.19
- @types/ion-rangeslider 2.3.0
- @types/jquery 3.5.14
- @types/selectize 0.12.34
- 980 dependencies