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: R-CMD-CHECK
on:
push:
branches:
- main
- test-workflow
pull_request:
branches:
- main
- test-workflow
jobs:
R-CMD-CHECK:
runs-on: ubuntu-latest
container:
image: ghcr.io/kss2k/container-modsem:latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: R CMD CHECK
run: |
Rscript -e 'devtools::check(error_on = "warning")'