-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Line 122 in 6275370
| exportMethods(toJSON) |
But I can't find the roxygen2 directive that generated it.
Maybe we just need to run devtools::document() again?
Metadata
Metadata
Assignees
Labels
No labels