Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Need to look into exports of `toJSON`

オープン
#266 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

関連するプルリクエストがすでにマージされています。

  • #267 @bobular による — マージ済み

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
r
領域
tooling

調査の方向性

Start with NAMESPACE line 122 and trace the roxygen2 directive that generated the toJSON export. Check whether devtools::document() reproduces or updates the export, then verify that using plot.data no longer emits the veupathUtils/jsonlite replacement warning in study.wrangler.

索引モデルが issue の本文から書いたものです。

説明

When using plot.data in study.wrangler, we get this warning (harmless but annoying):

Warning message:
There was 1 warning in `mutate()`.
ℹ In argument: `bin_width_computed = if_else(...)`.
ℹ In row 1.
Caused by warning:
! replacing previous import ‘veupathUtils::toJSON’ by ‘jsonlite::toJSON’ when loading ‘plot.data’ 

Can probably be fixed by not exporting?

It might just be this line
https://github.com/VEuPathDB/plot.data/blob/6275370bfbaa0da6f81dea91be7bf42618437d70/NAMESPACE#L122

But I can't find the roxygen2 directive that generated it.

Maybe we just need to run devtools::document() again?

主要言語
R
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

VEuPathDB/plot.data のほかの issue

VEuPathDB/plot.data の issue をすべて見る

似ている issue

R の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。