Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Mar 4, 2021
1 parent b0e5b5b commit 8bcbc09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cynkrathis
Title: Simplify Project Scaffolding and Common 'renv' Related
Tasks
Version: 0.1.0
Version: 0.2.0
Authors@R:
c(person(given = "Patrick",
family = "Schratz",
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# cynkrathis 0.2.0 (2021-03-04)

- `init_renv()`: rewrite function:
- Remove arguments `local_packages` and `additional_repos`
- Rename argument `exclude_local` to `exclude`
- Add argument `convenience_packages`
- Use `renv::scaffold()` instead of `renv::init()`

- `renv_switch_r_version()`:
- remove arguments `snapshot` and `update` because these do not play well
when changing an R version in the same session and are also troublesome
after automatic restarts


# cynkrathis 0.1.0 (2021-02-17)

- Initial public release.

0 comments on commit 8bcbc09

Please sign in to comment.