A new R CMD CHECK Note was introduced when I upgraded to R 4.2.0, but I could not find in the R changelog what happened. I am getting
❯ checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘DBI’ ‘RSQLite’ ‘assertthat’ ‘cli’ ‘dbplyr’ ‘rlang’ ‘stringr’ ‘tidyr’
All declared Imports should be used.
I am using functions from these packages for the methods of my RC class. Previously, in R 4.1.3 this note did not appear. I am a little reluctant to add @import tags for all these packages. What is the current practice now for importing functions for RC methods?