Skip to content

Commit

Permalink
lme4 from source
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Feb 8, 2024
1 parent 222d090 commit 307464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: R -q -e 'options(timeout = 600); install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/", type = "source")'
- run: R -q -e 'options(timeout = 3600); install.packages("starsdata", repos = "https://cran.uni-muenster.de/pebesma", type = "source")'
- run: R -q -e 'options(timeout = 3600); install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/stable"))'
#- run: R -q -e 'install.packages(c("lme4"), type = "source", repos = "https://cran.uni-muenster.de/")'
- run: R -q -e 'install.packages(c("lme4"), type = "source", repos = "https://cran.uni-muenster.de/")'
- run: wget -q https://uni-muenster.sciebo.de/s/8mEbeHPOX9GdAYn/download -O sds.zip
- run: unzip -q sds.zip
- run: cp -rp sds/aq .
Expand Down

0 comments on commit 307464f

Please sign in to comment.