Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ jobs:
permissions:
contents: read

permissions:
contents: read

env:
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6

- uses: r-lib/actions/setup-pandoc@v2

Expand Down Expand Up @@ -77,6 +82,7 @@ jobs:
shell: Rscript {0}

- name: Install dependencies (for R-oldrel)
if: matrix.config.r == '3.6'
if: matrix.config.r == '3.6'
run: |
remotes::install_version("rgl", "0.100.50")
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ vignettes/resources/*.bib
inst/doc

# Documentation
man/*.Rd
NAMESPACE
NEWS.html
README.html

Expand Down
Loading