Skip to content

Commit

Permalink
Merge pull request #7 from KWB-R/dev
Browse files Browse the repository at this point in the history
Add Python scripts repo
  • Loading branch information
mrustl authored Feb 25, 2022
2 parents 4f8f210 + c3bbf5b commit 03b4228
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- {os: windows-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}

Expand Down
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.0
Version: 0.3.1
Authors@R:
c(person(given = "Michael",
family = "Rustler",
Expand Down
8 changes: 4 additions & 4 deletions R/get_non_r_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#'
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", "pathana", "pFromGrADS", "programming", "r-training",
"support", "maxflow", "pubs", "riverPollution", "smart.control",
c("abimo", "apps", "abluft2", "abluft2.scripts", "basar.scripts", "dwc.scripts", "kwb-r.github.io", "fakin",
"fakin.blog", "fakin.doc", "fakin.scripts", "FolderRights", "flusshygiene",
"HydroServerLite", "mbr4.0_ml", "misa.scripts", "GeoSalz", "geosalz.ml", "pathana", "pFromGrADS", "r-training",
"support", "mbr4.0_ml", "maxflow", "promisces.hhra", "pubs", "riverPollution", "smart.control",
"sema.scripts", "spur", "status", "universe", "useR-2019", "wellma.scripts")

}
31 changes: 20 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
url: https://kwb-r.github.io/kwb.pkgstatus

authors:
Michael Rustler:
href: https://mrustl.de
Hauke Sonnenberg:
href: https://github.com/hsonne
FAKIN:
href: https://www.kompetenz-wasser.de/en/project/fakin/
html: <img src='https://www.kompetenz-wasser.de/wp-content/uploads/2017/08/forschung-headerbild_fakin-2-1920x449.jpg'
href: https://www.kompetenz-wasser.de/de/forschung/projekte/fakin
html: <img src='https://old.kompetenz-wasser.de/en/wp-content/uploads/2017/08/forschung-headerbild_fakin-2-1920x449.jpg'
height='24' />
Kompetenzzentrum Wasser Berlin gGmbH (KWB):
href: https://www.kompetenz-wasser.de
html: <img src='http://www.kompetenz-wasser.de/wp-content/uploads/2017/08/cropped-logo-kwb_klein-new.png'
height='24' />
template:
params:
bootswatch: cerulean
docsearch:
api_key: d4b9c9dfbdc8ade5fa34e912c545e4cd
index_name: kwb_pkgstatus
html: <img src='https://publications.kompetenz-wasser.de/img/KWB-Logo.svg'
alt='KWB' width='72' />

template:
bootstrap: 5
bootswatch: cerulean
docsearch:
api_key: d4b9c9dfbdc8ade5fa34e912c545e4cd
index_name: kwb_pkgstatus
bslib:
bg: "#ffffff"
fg: "#000000"
primary: "#007aff"
border-radius: 0.5rem
btn-border-radius: 0.25rem

development:
mode: auto

0 comments on commit 03b4228

Please sign in to comment.