Skip to content

attachment (v0.2.3 - CRAN Release): fill the Remotes field

Compare
Choose a tag to compare
@statnmap statnmap released this 11 Nov 15:51
· 157 commits to main since this release

attachment 0.2.3

Major changes

  • Allow to add Remotes field to DESCRIPTION with set_remotes_to_desc()

Minor changes

  • Check for packages names misspelled before filling DESCRIPTION.
  • Allow vector of R files in att_from_rscripts()
  • Move default git branch from master to main

Bug fixes

  • Add NAMESPACE if missing with att_amend_desc(document = TRUE)
  • Add DESCRIPTION with empty skeleton if missing with att_amend_desc()
  • Default to remove NAMESPACE before updating to get rid of corrupted ones in att_from_namespace()
  • Fix detection of multiple render outputs in Rmd YAML with att_from_rmd()