Skip to content

Commit 089b708

Browse files
authored
Merge pull request #193 from remlapmot/devel
Add medflex R package to v2 image and 2 other minor updates
2 parents cf28638 + ead196e commit 089b708

File tree

5 files changed

+1181
-1145
lines changed

5 files changed

+1181
-1145
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
versions: ${{ steps.versions.outputs.versions }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set matrix
1818
id: versions
1919
run: |
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737

38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: "opensafely-core/setup-action@v1"
4040
with:
4141
install-just: true

v2/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR_VERSION=v2
22
BASE=22.04
33
RSTUDIO_BASE_URL=https://download2.rstudio.org/server/jammy/amd64/
4-
RSTUDIO_DEB=rstudio-server-2025.09.0-387-amd64.deb
4+
RSTUDIO_DEB=rstudio-server-2026.01.0-392-amd64.deb
55
CRAN_DATE=2025-03-05
66
REPOS=https://packagemanager.posit.co/cran/__linux__/jammy/${CRAN_DATE}

v2/packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ tcltk, tools, and utils) for the respective version of R.
283283
| matrixStats | 1.5.0 | <https://cran.r-project.org/package=matrixStats> |
284284
| maxstat | 0.7-25 | <https://cran.r-project.org/package=maxstat> |
285285
| mclust | 6.1.1 | <https://cran.r-project.org/package=mclust> |
286+
| medflex | 0.6-10 | <https://cran.r-project.org/package=medflex> |
286287
| memoise | 2.0.1 | <https://cran.r-project.org/package=memoise> |
287288
| metadat | 1.4-0 | <https://cran.r-project.org/package=metadat> |
288289
| metafor | 4.8-0 | <https://cran.r-project.org/package=metafor> |

v2/packages.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,7 @@ comment = "Requested by Will. This is a soft (Suggests list) dependency of gtsum
206206
[marginaleffects]
207207
packages = "marginaleffects"
208208
comment = "Requested by Will. This is a package to compute and plot marginal effects for fitted statistical models."
209+
210+
[mediation-package]
211+
packages = "medflex"
212+
comment = "Requested by Ruth Costello. This is a package to for flexible mediation analysis using natural effect models"

0 commit comments

Comments
 (0)