DanChaltiel / autoimport

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

move `autoimport_fun_not_found_warn` up #16

Closed DanChaltiel closed 3 weeks ago

DanChaltiel commented 3 weeks ago

As of now, each time a function is not found, a warning is thrown during parsing. A better way would be to have a h1 header "Warnings" with a single warning for all the missing functions.