Skip to content

Commit db51bf7

Browse files
Ignore renv and remove opensans package
Added R_PROFILE_USER environment variable to prevent renv from auto-starting.
1 parent 720337a commit db51bf7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
env:
14+
R_PROFILE_USER: "" # KEY: Prevents renv from auto-starting via .Rprofile (IGNORES RPROFILE COULD BE ISSUE LATER)
1315
steps:
1416
- name: Check out repository
1517
uses: actions/checkout@v4
@@ -32,7 +34,7 @@ jobs:
3234
3335
- name: Install Specific R Packages
3436
run: |
35-
install.packages(c("remotes", "knitr", "rmarkdown", "here", "magick", "opensans","caption","quarto"))
37+
install.packages(c("remotes", "knitr", "rmarkdown", "here", "magick", "caption","quarto"))
3638
remotes::install_github("Gulf-IEA/IEAnalyzeR")
3739
shell: Rscript {0}
3840
env:

0 commit comments

Comments
 (0)