Hi,
I am trying to build an R package so reading the manual on CRAN. I could figure
out that using imports to load functions in your namespace would be the best
bet to use in the Description file. After adding to the description file, I
also added it to the namespace file. I added importFrom
I would like to suggest a wording change in the message
* checking package dependencies ... ERROR
Namespace dependencies not required:
DBI methods
Since the intended meaning seem to be almost exactly the opposite (I
think, judging by what seems to work), it would be better to say
Namespace de