Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tbates/umx
Browse files Browse the repository at this point in the history
  • Loading branch information
tbates committed Dec 26, 2024
2 parents 34892a6 + 6ff5989 commit a68b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "covr", "OpenMx", "mvtnorm", "DiagrammeRsvg", "rsvg"))
install.packages(c("remotes", "rcmdcheck", "covr", "OpenMx", "mvtnorm", "DiagrammeRsvg", "rsvg"), repos = "https://cloud.r-project.org/")
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit a68b1d7

Please sign in to comment.