Make `event_data` warning suppressable?
オープン
まだ誰も着手していません。
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi plotly devs,
The current implementation for event_data makes it such that the warning will display in nearly all instances where UI is rendered dynamically (such as in a shiny app). The warning is attached as a callback to the onFlush event which prevents it from being suppressed with suppressWarnings.
Can either:
- A vignette be provided for how to implement
event_datawith dynamically rendered UI in a modular shiny app without triggering the warning? -OR- - An argument be provided to
event_datato suppress the warning?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
R/shiny.R の151行目付近から始め、動的にレンダリングされる Shiny UI で event_data が onFlush イベントに警告を付加する仕組みを追跡します。要求されている2つの結果を比較します。vignette でモジュール使用を文書化するか、警告を抑制する event_data オプションを提供します。どちらか一方の方法が実装され、その動作が検証されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- data-visualization, frontend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100