Skip to content

Commit 17c4dea

Browse files
authored
Merge pull request #244 from ESHackathon/dev
Activated renv and added renv.lock
2 parents 37e5435 + ff613b4 commit 17c4dea

5 files changed

Lines changed: 7023 additions & 91 deletions

File tree

.github/workflows/document-and-deploy-manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
if: github.ref == 'refs/heads/dev'
5858
env:
5959
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
60+
RENV_CONFIG_SNAPSHOT_VALIDATE: "false"
6061
run: |
6162
R -e "
6263
remotes::install_github('ESHackathon/CiteSource', force = TRUE);
@@ -67,6 +68,7 @@ jobs:
6768
if: github.ref == 'refs/heads/main'
6869
env:
6970
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
71+
RENV_CONFIG_SNAPSHOT_VALIDATE: "false"
7072
run: |
7173
R -e "
7274
remotes::install_github('ESHackathon/CiteSource', force = TRUE);

.github/workflows/document-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
if: github.ref == 'refs/heads/dev'
5050
env:
5151
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
52+
RENV_CONFIG_SNAPSHOT_VALIDATE: "false"
5253
run: |
5354
R -e "
5455
remotes::install_github('ESHackathon/CiteSource', force = TRUE);
@@ -62,6 +63,7 @@ jobs:
6263
if: github.ref == 'refs/heads/main'
6364
env:
6465
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
66+
RENV_CONFIG_SNAPSHOT_VALIDATE: "false"
6567
run: |
6668
R -e "
6769
remotes::install_github('ESHackathon/CiteSource', force = TRUE);

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Imports:
3939
ggplot2,
4040
glue,
4141
gt,
42+
progress,
4243
purrr,
4344
rlang,
4445
scales,

0 commit comments

Comments
 (0)