DanChaltiel / autoimport

A toolbox to automatically generate @importFrom roxygen tags from R files.
https://danchaltiel.github.io/autoimport/
13 stars 2 forks source link

Ensure package is in DESCRIPTION #17

Closed DanChaltiel closed 2 weeks ago

DanChaltiel commented 3 weeks ago

In parse_function(), add warning if the package is not in DESCRIPTION imports or suggests:

https://github.com/DanChaltiel/autoimport/blob/e839689eee29be5ac78fa40087fac9be13eb99cc/R/importFrom.R#L144-L150