Skip to content

Commit

Permalink
chore : bump dev version 0.4.2.9000
Browse files Browse the repository at this point in the history
- complete NEWS with minor changes

Issue #103
  • Loading branch information
MurielleDelmotte committed Aug 1, 2024
1 parent 76990ff commit 2c6270c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: attachment
Title: Deal with Dependencies
Version: 0.4.2
Version: 0.4.2.9000
Authors@R: c(
person("Sébastien", "Rochette", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-1565-9313")),
Expand Down
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# attachment (development version)

## New features

- Add `att_from_examples()` to get all packages called in examples from R files
- `att_amend_desc` amend package DESCRIPTION file (Suggests) with the list of dependencies extracted from examples in R files.

## Patch

- Adding an example using a suggest package to the dummypackage

# attachment 0.4.2

## New features
Expand Down Expand Up @@ -182,7 +193,7 @@ Minor
* New function `install_from_description` to install all missing packages listed in the description file
* Add an hex by @statnmap !
* Allow for absence of vignette folder in `att_to_description`
* Add `create_dependencies_file` to create a file listing all packages dependencies to install before your package
* Add `create_dependencies_file` to create a file listing all packages dependencies to dinstall before your package
* Allow for `pkg::fun` calls in R scripts with `att_from_functions`
* Add option to run `devtools::document()` before `att_from_description`

Expand Down

0 comments on commit 2c6270c

Please sign in to comment.