Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 20, 2022
1 parent 28da1f1 commit 7d43c99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.3.3.9000
Authors@R:c(
Version: 0.3.4
Authors@R: c(
person("Patrick", "Schratz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624")),
person("Kirill", "Müller", , "[email protected]", role = "aut",
Expand Down
13 changes: 10 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# cynkrathis 0.3.4 (2022-10-20)

- Update snapshots
- Use new cynkra pkgdown theme

# cynkrathis 0.3.3 (2021-07-12)

- `renv_downgrade()`: Account for packages from remote sources and CRAN's "recommended" packages
Expand All @@ -23,14 +30,14 @@

# cynkrathis 0.2.0 (2021-03-04)

- `init_renv()`: rewrite function:
- `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
- 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

Expand Down

0 comments on commit 7d43c99

Please sign in to comment.