Skip to content

Releases: Pakillo/grateful

grateful 0.3.0

Choose a tag to compare

@Pakillo Pakillo released this 04 Sep 16:12
  • Now possible to scan and cite dependencies from a package DESCRIPTION file (#62). Use pkgs = c("Depends", "Imports", "Suggests", "LinkingTo") or combinations of them to choose which dependencies to cite.

  • Now possible to scan and cite dependencies from a single R script, 'Rmarkdown' or 'Quarto' document #65. Just provide the path to the file to the pkgs argument.

  • Now possible to customise the language of citation paragraphs (#55), thanks to new arguments to cite_packages: text.start, text.pks and text.RStudio.

  • New logical argument skip.missing allows the user to skip missing packages (those used somewhere in the project but not currently installed) #54.

  • Slow down requests when querying dependencies for a large number of packages #61.

grateful 0.2.12

Choose a tag to compare

@Pakillo Pakillo released this 30 Apr 12:09
  • Fix generation of citation keys under R 4.5.0 (issue #59).