attachment (v0.2.1 - CRAN release): Find packages in inline code
Breaking changes
att_to_description()deprecated in favor ofatt_amend_desc()to be first in autocompletion list, as this is the most used function of this package.att_from_rmd()gets parameterinline = TRUEby default to explore calls for packages in inline R code.att_from_rmd()andatt_from_rmds()are not anymore executed in separate R session by default. You must setinside_rmd = TRUEto do so.
Minor
- Add
find_remotes()to help fill Remotes field in DESCRIPTION att_to_desc_from_is()add parameternormalizeto avoid problem with {desc}. (See r-lib/desc#80)- Check for older pandoc version in tests