Skip to content

attachment (v0.2.1 - CRAN release): Find packages in inline code

Compare
Choose a tag to compare
@statnmap statnmap released this 14 Apr 12:49

Breaking changes

  • att_to_description() deprecated in favor of att_amend_desc() to be first in autocompletion list, as this is the most used function of this package.
  • att_from_rmd() gets parameter inline = TRUE by default to explore calls for packages in inline R code.
  • att_from_rmd() and att_from_rmds() are not anymore executed in separate R session by default. You must set inside_rmd = TRUE to do so.

Minor

  • Add find_remotes() to help fill Remotes field in DESCRIPTION
  • att_to_desc_from_is() add parameter normalize to avoid problem with {desc}. (See r-lib/desc#80)
  • Check for older pandoc version in tests