Skip to content

Need to look into exports of toJSON #266

Description

@bobular

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

exportMethods(toJSON)

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions