Skip to content

Update yakuba_annotate_body defaults for malevnc 0.4.0 #3

Update yakuba_annotate_body defaults for malevnc 0.4.0

Update yakuba_annotate_body defaults for malevnc 0.4.0 #3

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: R-CMD-check
jobs:
R-CMD-check:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GJPAT || github.token }}
R_KEEP_PKG_SOURCE: yes
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RGL_USE_NULL: TRUE
_R_CHECK_DONTTEST_EXAMPLES_: FALSE
_R_CHECK_TESTS_NLINES_: 0
neuprint_token: ${{ secrets.NEUPRINT_TOKEN }}
CLIO_TOKEN: ${{ secrets.CLIO_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: always
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/check-r-package@v2
- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
with:
name: check-results
path: check
- name: Upload check log results
if: failure()
uses: actions/upload-artifact@main
with:
name: check-log
path: ${{ github.event.repository.name }}.Rcheck/00check.log