Skip to content

Commit 14b3a82

Browse files
committed
remove rpfo
2 parents 10d5ec7 + bdf4427 commit 14b3a82

File tree

5 files changed

+6659
-1377
lines changed

5 files changed

+6659
-1377
lines changed

.Rprofile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source("renv/activate.R")
12
if (file.exists('~/.Rprofile')) sys.source('~/.Rprofile', envir = environment())
23

34
with_def <- (function() {

.github/workflows/prod.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
run: |
2424
sudo ./docker/dependencies.sh
2525
rm .Rprofile
26+
Rscript -e "install.packages('yaml')"
2627
27-
- name: Install R Dependencies
28+
- name: Install renv packages
2829
uses: r-lib/actions/setup-renv@v2
2930
with:
30-
cache-version: 1
31+
cache-version: 2
3132

3233
- name: Set up Quarto environment
3334
uses: quarto-dev/quarto-actions/setup@v2

DocumentationR.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: e36da726-4a73-4cf5-bbff-99a6556f0a68
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)