Skip to content

Commit

Permalink
Merge pull request #18 from KWB-R/dev
Browse files Browse the repository at this point in the history
Release v0.2.2
  • Loading branch information
mrustl committed Mar 20, 2024
2 parents fa19f70 + 1a45087 commit 0330d78
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 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
5 changes: 3 additions & 2 deletions 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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
Expand Down Expand Up @@ -53,7 +53,8 @@ Remotes:
github::kwb-r/kwb.utils,
github::Lchiffon/wordcloud2,
github::ropensci/[email protected],
github::rstudio/[email protected],
github::uptake/pkgnet@d1e974de299d46e71b082e027a71b8b254edc9b2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
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
3 changes: 1 addition & 2 deletions R/plot_commits_github.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' Plot Commits GitHub
#'
#' @param repos_commits tibble as retrieved by
#' \code{\link{github_commits_repos}}
#' @param repos_commits tibble as retrieved by \link{\code{get_github_commits_repos}}
#' @return ggplot of temporal development of commits for KWB-R on Github
#' @export
#' @importFrom dplyr count rename left_join
Expand Down
3 changes: 1 addition & 2 deletions man/plot_commits_github.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0330d78

Please sign in to comment.