Skip to content

Commit

Permalink
Merge pull request #11 from KWB-R/dev
Browse files Browse the repository at this point in the history
Release v0.3.4
  • Loading branch information
mrustl authored Jun 9, 2022
2 parents f07318f + ffa2988 commit 5b1e28d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.3
Version: 0.3.4
Authors@R:
c(person(given = "Michael",
family = "Rustler",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [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
R packages (i.e. `misa.scripts`)

# [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
R packages (i.e. `geosalz.scripts`)

Expand Down
12 changes: 6 additions & 6 deletions R/get_non_r_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#'
get_non_r_packages <- function() {

c("abimo", "apps", "abluft2", "basar.scripts", "dwc.scripts", "kwb-r.github.io",
"fakin", "fakin.blog", "fakin.doc", "fakin.scripts", "FolderRights",
"flusshygiene", "HydroServerLite", "GeoSalz", "geosalz.mf", "geosalz.scripts",
"pathana", "pFromGrADS", "qmra", "r-training", "support", "maxflow", "pubs",
"riverPollution", "smart.control", "sema.scripts", "spur.scripts", "status",
"universe", "useR-2019", "wellma.scripts")
c("abimo", "apps", "abluft2", "abluft2.scripts", "basar.scripts", "dwc.scripts",
"kwb-r.github.io", "fakin", "fakin.blog", "fakin.doc", "fakin.scripts", "FolderRights",
"flusshygiene", "HydroServerLite", "hydrus1d", "GeoSalz", "geosalz.mf", "geosalz.scripts",
"programming", "pathana", "pFromGrADS", "qmra", "r-training", "support", "maxflow",
"mbr40.scripts", "misa.scripts", "pubs", "riverPollution", "smart.control", "sema.scripts",
"spur.scripts", "status", "universe", "useR-2019", "wellma.scripts")

}

0 comments on commit 5b1e28d

Please sign in to comment.