Skip to content

Releases: ThinkR-open/attachment

attachment (v0.1.0 - CRAN release): Allow bookdown gitbook DESCRIPTION

16 Mar 08:46
Compare
Choose a tag to compare
  • att_amend_desc() is an alias for att_to_description()
  • att_desc_from_is() amends DESCRIPTION file from imports/suggests vector of packages (bookdown friendly)
  • att_to_desc_from_pkg() is an alias for att_to_description()
  • Removed dependency to {devtools}, replace by {roxygen}
  • att_to_description() shows packages added/removed from DESCRIPTION
  • att_to_description() deals with dependencies in tests/ directory
  • att_from_rmds() allows user defined regex to detect Rmd files

CRAN release: attachment (v0.0.9): Tools to deal with dependencies in scripts, Rmd and packages

15 Mar 09:43
Compare
Choose a tag to compare
  • att_from_rmd adds a temporary encoding parameter as knitr::purl will only deal with UTF-8 in the future. Parameter not added in att_from_rmds.
  • att_to_description if {covr} is needed, should be added in parameter extra.suggests
  • att_to_description has a parameter 'dir.t' to extract suggests dependencies from test directory Available by default

attachment (v0.0.7): Tools to deal with dependencies in scripts, Rmd and packages

03 Apr 13:29
Compare
Choose a tag to compare
  • att_to_description accept parameter path for package not being the current project
  • att_to_description no error if NAMESPACE is empty
  • create_dependencies_file filters base packages that cannot be installed

v0.0.6

03 Apr 13:25
Compare
Choose a tag to compare
CRAN submission

CRAN candidate

12 Aug 17:56
Compare
Choose a tag to compare
v0.0.3

ThinkR at cph and fnd

Mature {attachment} release

09 Aug 14:28
Compare
Choose a tag to compare
v0.0.2

Add link to documentation