diff --git a/.Rproj.user/6A9A55E1/pcs/source-pane.pper b/.Rproj.user/6A9A55E1/pcs/source-pane.pper index ddca97d..28a3c2e 100644 --- a/.Rproj.user/6A9A55E1/pcs/source-pane.pper +++ b/.Rproj.user/6A9A55E1/pcs/source-pane.pper @@ -1,3 +1,3 @@ { - "activeTab": 2 + "activeTab": 3 } \ No newline at end of file diff --git a/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper b/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper index b973bba..ae1a9ff 100644 --- a/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper +++ b/.Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper @@ -1,12 +1,12 @@ { "left": { - "splitterpos": 439, + "splitterpos": 201, "topwindowstate": "NORMAL", "panelheight": 682, "windowheight": 720 }, "right": { - "splitterpos": 315, + "splitterpos": 316, "topwindowstate": "NORMAL", "panelheight": 682, "windowheight": 720 diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index aed8743..b003538 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -26,15 +26,10 @@ jobs: with: use-public-rspm: true - - name: Install remotes package + - name: Install required R packages run: | - install.packages('remotes', repos = 'https://cloud.r-project.org/') - shell: /usr/local/bin/Rscript {0} - - - name: Install remotes package - run: | - install.packages('devtools', repos = 'https://cloud.r-project.org/') - shell: /usr/local/bin/Rscript {0} + install.packages(c('remotes', 'devtools'), repos = 'https://cloud.r-project.org/') + shell: Rscript {0} # Install dependencies, including EveTemplate - name: Install EveTemplate package @@ -65,8 +60,6 @@ jobs: devtools::install_github('ANTsX/ANTsR') shell: Rscript {0} - - - uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::pkgdown, local::.