Skip to content

Increment version number to 2.0.5 #12

Increment version number to 2.0.5

Increment version number to 2.0.5 #12

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
#
# NOTE: This workflow is overkill for most R packages and
# check-standard.yaml is likely a better choice.
# usethis::use_github_action("check-standard") will install it.
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:
name: musl.yaml
permissions: read-all
jobs:
R-CMD-check:
name: Alpine 3.19
runs-on: ubuntu-latest
container:
image: ghcr.io/r-hub/r-minimal/r-minimal:latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v4
- name: Install compilers, system libs
run: |
apk add gcc musl-dev g++ curl-dev linux-headers checkbashisms
shell: bash
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
install-pandoc: false
install-quarto: false
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
env:
_R_SHLIB_STRIP_: false