Skip to content

Commit

Permalink
tired_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 6, 2024
1 parent fcb2fb1 commit c8e6288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .Rproj.user/6A9A55E1/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"left": {
"splitterpos": 356,
"splitterpos": 396,
"topwindowstate": "NORMAL",
"panelheight": 682,
"windowheight": 720
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
use-public-rspm: true

- name: Install remotes package
run: |
install.packages('remotes', repos = 'https://cloud.r-project.org/')
shell: /usr/local/bin/Rscript {0}
# Install dependencies, including EveTemplate
- name: Install EveTemplate package
run: |
Expand Down

0 comments on commit c8e6288

Please sign in to comment.