Skip to content

Commit 680c16f

Browse files
authored
Merge branch 'main' into dev_condition
2 parents 004f505 + 252026e commit 680c16f

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

.Rprofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ options(renv.config.pak.enabled = TRUE)
1010
source("renv/activate.R")
1111

1212
# Use the most recent snapshot of the BI's PPM
13-
options(repos = c(RSPM = "https://packagemanager.posit.co/cran/latest"))
13+
options(repos = c(RSPM = "https://packagemanager.posit.co/cran/2026-04-11"))

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- uses: r-lib/actions/setup-r@v2
23+
with:
24+
r-version: 'renv'
2325

2426
- uses: r-lib/actions/setup-renv@v2
2527
with:

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- uses: r-lib/actions/setup-r@v2
29+
with:
30+
r-version: 'renv'
2931

3032
- uses: r-lib/actions/setup-renv@v2
3133

renv.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/latest"
7+
"URL": "https://packagemanager.posit.co/cran/2026-04-11"
88
}
99
]
1010
},

renv/profiles/ci/renv.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/latest"
7+
"URL": "https://packagemanager.posit.co/cran/2026-04-11"
88
}
99
]
1010
},

0 commit comments

Comments
 (0)