Skip to content

Commit

Permalink
Merge pull request #10 from KWB-R/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mrustl authored May 11, 2022
2 parents 82ea420 + c7676ac commit f07318f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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.2
Version: 0.3.3
Authors@R:
c(person(given = "Michael",
family = "Rustler",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [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`)


# [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
Expand Down
11 changes: 6 additions & 5 deletions R/get_non_r_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +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", "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", "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")

}

0 comments on commit f07318f

Please sign in to comment.