Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

Mute loading warning messages #21

Closed grosscol closed 5 years ago

grosscol commented 5 years ago

Mute the message that comes up when loading the package

Warning message: replacing previous import ‘jsonlite::flatten’ by ‘rlang::flatten’ when loading ‘bitstomach

grosscol commented 5 years ago

The warning comes from two namespaces being attached that have the same function names. Avoid attaching the package namespaces by using importFrom instead of import. Functionally, this means using the roxygen @importFrom annotation and name spacing calls to jsonlite and rlang functions.