Skip to content

Commit

Permalink
rm mos repos && bump to R 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jul 14, 2023
1 parent 02e4a1e commit 8acb604
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-chapter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: New chapter
description: Add a new R-Ladies chapter
title: "NEW CHAPTER: "
labels: ["chapter", "new"]
labels: ["new-chapter"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'
r-version: '4.3.0'

- name: Setup Renv
uses: r-lib/actions/setup-renv@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'
r-version: '4.3.0'

- name: Cache packages
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-jsons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'
r-version: '4.3.0'

- name: Setup Renv
uses: r-lib/actions/setup-renv@v2
Expand Down
8 changes: 0 additions & 8 deletions renv/profiles/dev/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"R": {
"Version": "4.3.0",
"Repositories": [
{
"Name": "ggseg",
"URL": "https://ggseg.r-universe.dev"
},
{
"Name": "lcbc",
"URL": "https://lcbc-uio.r-universe.dev"
},
{
"Name": "CRAN",
"URL": "https://cloud.r-project.org"
Expand Down
8 changes: 0 additions & 8 deletions renv/profiles/json/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"R": {
"Version": "4.3.0",
"Repositories": [
{
"Name": "ggseg",
"URL": "https://ggseg.r-universe.dev"
},
{
"Name": "lcbc",
"URL": "https://lcbc-uio.r-universe.dev"
},
{
"Name": "CRAN",
"URL": "https://cloud.r-project.org"
Expand Down

0 comments on commit 8acb604

Please sign in to comment.