Skip to content

Moving jmvAtt to write_omv and restructuring the code to convert orig… #17

Moving jmvAtt to write_omv and restructuring the code to convert orig…

Moving jmvAtt to write_omv and restructuring the code to convert orig… #17

Workflow file for this run

# Run CI for R using https://eddelbuettel.github.io/r-ci/
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
USE_BSPM: "true"
_R_CHECK_FORCE_SUGGESTS_: "false"
jobs:
ci:
strategy:
matrix:
include:
- {os: macos-latest}
- {os: ubuntu-latest}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Bootstrap
run: |
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
chmod 0755 run.sh
./run.sh bootstrap
- name: Dependencies
run: ./run.sh install_all
- name: Test
run: ./run.sh run_tests