Skip to content

Commit

Permalink
Merge pull request #9 from KWB-R/dev
Browse files Browse the repository at this point in the history
Add new non R packages and prepare new release
  • Loading branch information
mrustl authored May 6, 2022
2 parents 2750635 + 572f418 commit 82ea420
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: kwb.pkgstatus
Title: R package for checking KWB package status
Version: 0.3.1
Version: 0.3.2
Authors@R:
c(person(given = "Michael",
family = "Rustler",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [kwb.pkgstatus 0.3.2](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.2)<small>2022-05-06</small>

* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
R packages (i.e. `qmra`, `spur_scripts`)

# [kwb.pkgstatus 0.3.1](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.1)<small>2022-02-25</small>

* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
R packages (i.e. `abluft2.scripts`, `geosalz.mf`, `misa.scripts`, `mbr4.0_ml`,
`promisces.hhra`)

# [kwb.pkgstatus 0.3.0](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.0)<small>2021-07-13</small>

* Add `Released_on_R-Universe` (based on `kwb.pkgbuild::use_badge_runiverse()`
Expand Down
2 changes: 1 addition & 1 deletion R/get_non_r_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ get_non_r_packages <- function() {
"fakin.blog", "fakin.doc", "fakin.scripts", "FolderRights", "flusshygiene",
"HydroServerLite", "GeoSalz", "geosalz.mf", "pathana", "pFromGrADS", "qmra",
"r-training", "support", "maxflow", "pubs", "riverPollution", "smart.control",
"sema.scripts", "spur", "status", "universe", "useR-2019", "wellma.scripts")
"sema.scripts", "spur.scripts", "status", "universe", "useR-2019", "wellma.scripts")

}

0 comments on commit 82ea420

Please sign in to comment.