Hi @ariannaa7
You can eliminate the warning if you declare in the documentation only the functions that are required with importFrom instead of import.
> devtools::load_all(".")
ℹ Loading studyGenerics
Warning message:
replacing previous import ‘httr::config’ by ‘renv::config’ when loading ‘studyGenerics’
Hi @ariannaa7
You can eliminate the warning if you declare in the documentation only the functions that are required with importFrom instead of import.