Skip to content

Add "Preprint: Open Science Foundation" as journal in temp citation #1

Add "Preprint: Open Science Foundation" as journal in temp citation

Add "Preprint: Open Science Foundation" as journal in temp citation #1

Workflow file for this run

name: Tests (Ubuntu-latest)
on:
push:
branches:
- main
- test-workflow
pull_request:
branches:
- main
- test-workflow
jobs:
Run-Tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/kss2k/container-modsem:latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run tests
run: |
Rscript -e 'options(warnPartialMatchDollar = TRUE); Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = "TRUE", "_R_CHECK_LENGTH_1_LOGIC2_" = "TRUE"); devtools::test(stop_on_failure = TRUE)'