I continue to get the following R CMD check (via devtools::check()
) for a package I am preparing to submit to CRAN (you can see the results for the package here:
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tidyr’
All declared Imports should be used.
The source code for the package is here on GitHub. I've removed any mention of tidyr
or its functions throughout the package, but the note remains. There are a number of Stack Overflow questions (i.e., this and other resources on this, but none seem to apply to this situation. How can I address this note?