Skip to content

Commit

Permalink
Prepare release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 19, 2024
1 parent 96ef413 commit cdc2ab6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
31 changes: 12 additions & 19 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
Package: kwb.pkgstatus
Title: R package for checking KWB package status
Version: 0.3.4
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Hauke",
family = "Sonnenberg",
role = "ctb",
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "FAKIN",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R package for checking KWB package status (e.g.
generating https://kwb-r.github.io/status).
Version: 0.3.5
Authors@R: c(
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0001-9134-2871")),
person("FAKIN", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R package for checking KWB package status (e.g. generating
https://kwb-r.github.io/status).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.pkgstatus
BugReports: https://github.com/KWB-R/kwb.pkgstatus/issues
Expand All @@ -42,7 +35,7 @@ VignetteBuilder:
Remotes:
github::kwb-r/kwb.pkgbuild
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Config/testthat/edition: 3
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [kwb.pkgstatus 0.3.5](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.5)<small>2024-03-19</small>

* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
R packages

# [kwb.pkgstatus 0.3.4](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.4)<small>2022-06-09</small>

* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
R packages

# [kwb.pkgstatus 0.3.3](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.3)<small>2022-05-11</small>

* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
Expand Down

0 comments on commit cdc2ab6

Please sign in to comment.