diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index bcf9770..130a9f0 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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}