Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 593 Bytes

NEWS.md

File metadata and controls

22 lines (12 loc) · 593 Bytes

autoimport

autoimport is a package designed to to automatically generate @importFrom roxygen tags from R files. Browse code at https://github.com/DanChaltiel/autoimport.

autoimport 0.1.1

  • Submission to CRAN

autoimport 0.1.0

First stable version.

  • Added option to centralize imports in the package-level documentation.
  • Package-prefixed function calls are now ignored by default. Set options(ignore_prefixed=FALSE) to import them back.
  • Ignore any line using the #autoimport_ignore comment.
  • Implement comments in inst/IMPORTLIST

autoimport 0.0.1

  • Draft version