Skip to content

Experiment with repo roxy tests #3

Experiment with repo roxy tests

Experiment with repo roxy tests #3

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: repo-roxy-tests
jobs:
repo-roxy-tests:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: "release"
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::roxygen2
needs: development
- name: Ensure roxygen content matches manual directory
run: |
callr::rscript(".dev/roxygen_test.R")
shell: Rscript {0}