RFC: ALTSXP, an opaque ALTREP vector type, with generic base R support #10792
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| name: Build | |
| concurrency: | |
| group: ${{ github.event.pull_request.number || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| name: Build R from SVN mirror | |
| uses: r-devel/actions/.github/workflows/build-svn.yaml@main |