Skip to content

Commit

Permalink
tired_v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 6, 2024
1 parent ab1d78d commit 1288de1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/6A9A55E1/pcs/files-pane.pper
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ascending": true
}
],
"path": "~/Desktop/WHIMs/.github/workflows"
"path": "~/Desktop/WHIMs"
}
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": 3
"activeTab": 2
}
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": 201,
"splitterpos": 351,
"topwindowstate": "NORMAL",
"panelheight": 682,
"windowheight": 720
},
"right": {
"splitterpos": 316,
"splitterpos": 523,
"topwindowstate": "NORMAL",
"panelheight": 682,
"windowheight": 720
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install required R packages
run: |
install.packages(c('remotes', 'devtools'), repos = 'https://cloud.r-project.org/')
install.packages('remotes'), repos = 'https://cloud.r-project.org/')
shell: Rscript {0}

# Install dependencies, including EveTemplate
Expand All @@ -47,17 +47,17 @@ jobs:

- name: Install extrantsr package
run: |
devtools::install_github("muschellij2/extrantsr")
remotes::install_github("muschellij2/extrantsr")
shell: Rscript {0}

- name: Install fslr package
run: |
devtools::install_github("muschellij2/fslr")
remotes::install_github("muschellij2/fslr")
shell: Rscript {0}

- name: Install ANTsR package
run: |
devtools::install_github('ANTsX/ANTsR')
remotes::install_github('ANTsX/ANTsR')
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 1288de1

Please sign in to comment.