Skip to content

More efficient sampling, for large EFIM.S #56

More efficient sampling, for large EFIM.S

More efficient sampling, for large EFIM.S #56

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)'