JSzitas/autodep

autodep should recognize existing handwritten roxygen tags

Opened this issue · 1 comments

autodep should pick up on existing roxygen tag, particularly cases such as

#' @importFrom generics generate

and record these in the DESCRIPTION file (as otherwise it is just a hassle).

This could be done by scanning the NAMESPACE for missing imports and adding them before writing to the DESCRIPTION