Need to look into exports of `toJSON`
Una pull request collegata è già stata integrata.
- #267 di @bobular — integrata
Valutazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Idoneità per principianti
- 25/100
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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?
- Lingua principale
- R
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di VEuPathDB/plot.data
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
-
empty two by two Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
-
Positioning node labels Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
Tutte le issue di VEuPathDB/plot.data
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
pharmaverse/rtables#1123 · 1 commento ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
-
Trying to reassign a reactiveVal to the name of an existing reactiveVal doesn't overwrite the latter Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
RConsortium/rconsortium_website#649 · 2 commenti ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 74/100
posit-dev/r-shinylive#203 ·