概要
- ShinyはRを用いたWebアプリケーション開発フレームワーク
- 近年は本番環境でも十分に使えるように開発が進行
- 本記事は最近のShinyに関わる内容のリンクをまとめている
前書き
ShinyはRStudio社が開発したRを用いてWebアプリケーションを作るフレームワークです。すぐに落ちるとか多人数がアクセスすると重くて使えないとか言われておりましたが、rstudio::conf 2019でShiny in productionというトークがあったように、最近では本番環境でも十分に使えるように機能開発を進めていると感じられます。
本記事はTokyoR #81のShiny回を応援を目的として、最近のShinyに関わる記事やパッケージのリンクをまとめたものです(Shiny回が終了した後も随時更新予定)。
RStudio公式関連
フレームワーク
-
R Shiny - RStudio
- R言語の記述だけでWebページが作れるパッケージ
- UIから受け取る入力を用いて結果を動的に変えて表示できるため、分析レポートの共有に用いられることもある
- Shiny単体で用いるよりも以下の拡張パッケージを使う場合が多い
-
shinydashboard
- ダッシュボード作成しやすく拡張したパッケージ
-
flexdashboard
- RMarkdownと規定のレイアウトと組み合わせて、ダッシュボード作成しやすく拡張したパッケージ
-
crosstalk
- htmlwidgetsによる可視化結果を組み合わせられるパッケージ
- Shinyの連携もできる(Shinyよりもhtmlwidgetsのアドオンパッケージ)
オンラインブック
チートシート
パッケージ
記事
動画
RStudio公式外
オンラインブック
- Building Big Shiny Apps - A Workflow
- Interactive web-based data visualization with R, plotly, and shiny
パッケージ
記事
- Hands-on demonstration of {golem}!
- Using Shiny responsibly in pharma
- UseR!2019: A Shiny Perspective
- ShinyProxyを使ったEnterprise向けShiny Appのことはじめ
- Shiny Appの継続的インテグレーション(1) : ShinytestとtestthatでShiny Appのテストを行う
- Tokyo.R #81 応用セッション Shiny Appを支えるエンジニアリング
- Reproducible Shiny apps
- Automating the Delivery of Data Products in R
- Art of the Feature Toggle
- R Shiny in Production
- Shinyと再現可能性のすゝめ
- Best Practice: Development of Robust Shiny Dashboards as R Packages
- The Shiny Module Design Pattern
- Shiny apps need more info! – our new shiny.info package
- Forget about Excel, Use these R Shiny Packages Instead
そのほかのShiny関連
パッケージ
Certified Trainers
Shiny Contest
フォローしておくべきTwitterアカウント
まとめページ
- Developing Powerful Shiny Applications for Life Sciences
- Show Me Shiny - Gallery of R Web Apps
- Awesome R packages that offer extended UI or server components for the R web framework Shiny
- Collection of links and source code for stat education resources made in Shiny
The R Task Force
- Dash with golem: First contact
- Communication between modules and its whims
- shinyApp(), runApp(), shinyAppDir(), and a fourth option
Shiny Developer Series
- Episode 1: Shiny Development - Past and Future
- Episode 2: {golem} and Effective Shiny Development Methods
- Episode 4: The RinteRface packages for production-ready Shiny UI
- Episode 5: shinysense and custom javascript visualizations