Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Oct 5, 2022
1 parent bfd6437 commit c8f88bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@ jobs:
- name: Install development lotri
run: remotes::install_github("nlmixr2/lotri")
shell: Rscript {0}

- name: Install development rxode2ll
run: remotes::install_github("nlmixr2/rxode2ll")
shell: Rscript {0}
- name: Install development rxode2parse
run: remotes::install_github("nlmixr2/rxode2parse")
shell: Rscript {0}
- name: Install development rxode2
run: remotes::install_github("nlmixr2/rxode2")
shell: Rscript {0}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
remotes::install_github("nlmixr2/dparser-R")
remotes::install_github("nlmixr2/nlmixr2data")
remotes::install_github("nlmixr2/lotri")
remotes::install_github("nlmixr2/rxode2ll")
remotes::install_github("nlmixr2/rxode2parse")
remotes::install_github("nlmixr2/rxode2")
remotes::install_github("nlmixr2/nlmixr2est")
remotes::install_github("nlmixr2/nlmixr2extra")
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
remotes::install_github("https://github.com/symengine/symengine.R")
remotes::install_github("nlmixr2/nlmixr2data")
remotes::install_github("nlmixr2/lotri")
remotes::install_github("nlmixr2/rxode2ll")
remotes::install_github("nlmixr2/rxode2parse")
remotes::install_github("nlmixr2/rxode2")
remotes::install_github("nlmixr2/nlmixr2est")
remotes::install_github("nlmixr2/nlmixr2extra")
Expand Down

0 comments on commit c8f88bb

Please sign in to comment.