Skip to content

Commit

Permalink
Fix R cmd check yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Oct 19, 2022
1 parent 77d8387 commit 2986307
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@ 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 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}

- name: Install development nlmixr2est
run: remotes::install_github("nlmixr2/nlmixr2est")
shell: Rscript {0}
Expand Down

0 comments on commit 2986307

Please sign in to comment.