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
But I can't find the roxygen2 directive that generated it.
Maybe we just need to run devtools::document() again?