Skip to content

Commit

Permalink
tired_v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 6, 2024
1 parent e3a4e9e commit ab1d78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/6A9A55E1/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 2
"activeTab": 3
}
4 changes: 2 additions & 2 deletions .Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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::.
Expand Down

0 comments on commit ab1d78d

Please sign in to comment.