Skip to content

Commit

Permalink
Add qmra-webapp to non-packages and get rid
Browse files Browse the repository at this point in the history
of dis-func dependencies on Linux
  • Loading branch information
mrustl committed Nov 20, 2024
1 parent 363cbd3 commit 35431c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
key: ${{ runner.os }}-r-${{ matrix.config.r }}-3-${{ hashFiles('depends.Rds') }}
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-3-

- name: Install system dependencies
if: runner.os == 'Linux'
env:
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
run: |
Rscript -e "remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
# - name: Install system dependencies
# if: runner.os == 'Linux'
# env:
# RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
# run: |
# Rscript -e "remotes::install_github('r-hub/sysreqs')"
# sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
# sudo -s eval "$sysreqs"
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
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 @@ -13,9 +13,9 @@ get_non_r_packages <- function() {
"flusshygiene", "HydroServerLite", "hydrus1d", "GeoSalz", "geosalz.mf",
"geosalz.scripts", "impetus_scripts", "intruder.io", "lasso.scripts",
"Logremoval", "programming", "pathana", "pFromGrADS", "promisces.hhra",
"qmra", "qsimVis", "r-training", "support", "maxflow", "mbr40.scripts",
"misa.scripts", "pubs", "riverPollution", "smart.control", "sema.scripts",
"sema.projects", "swim-ai", "spur.scripts", "status", "ultimate.scripts",
"useR-2019", "wellma.scripts")
"qmra", "qmra-webapp", "qsimVis", "r-training", "support", "maxflow",
"mbr40.scripts", "misa.scripts", "pubs", "riverPollution", "smart.control",
"sema.scripts", "sema.projects", "swim-ai", "spur.scripts", "status",
"ultimate.scripts", "useR-2019", "wellma.scripts")
}

0 comments on commit 35431c0

Please sign in to comment.