Skip to content

Commit

Permalink
Prepare v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 20, 2024
1 parent a4e68ae commit cc423f7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgmeta
Title: R Package for Meta-Analysis of KWB-R Packages on Github
Version: 0.2.1
Version: 0.2.2
Authors@R: c(
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
Expand Down Expand Up @@ -53,6 +53,7 @@ Remotes:
github::kwb-r/kwb.utils,
github::Lchiffon/wordcloud2,
github::ropensci/codemetar@v0.3.0,
github::rstudio/packrat@v0.7.0,
github::uptake/pkgnet@d1e974de299d46e71b082e027a71b8b254edc9b2
Encoding: UTF-8
LazyData: true
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [pkgmeta 0.2.2](https://github.com/KWB-R/pkgmeta/releases/tag/v0.2.2) <small>2024-03-20</small>

Make sure that dependency [packrat](https://github.com/rstudio/packrat) is
installed from GitHub in version `0.7.0`, as in later versions the behavior of
`packrat:::recursivePackageDependencies()` changed and is incompatible with this
package.

To do in later releases: check what has been changed or check alternative approaches
for finding the reverse dependencies.


# [pkgmeta 0.2.1](https://github.com/KWB-R/pkgmeta/releases/tag/v0.2.1) <small>2022-06-01</small>

* Bugfix: due to renamed organisation (formerly: `UptakeOpenSource`, now: `uptake`)
Expand Down

0 comments on commit cc423f7

Please sign in to comment.