Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.2 #18

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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", , "michael.rustler@kompetenz-wasser.de", 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/codemetar@v0.3.0,
github::rstudio/packrat@v0.7.0,
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.

Loading