Skip to content

Commit

Permalink
Merge branch 'main' into julia-docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Jul 26, 2023
2 parents 7133a6c + 85739a6 commit 7b4aa07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,15 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand All @@ -45,5 +27,3 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
2 changes: 2 additions & 0 deletions R/jlmerclusterperm-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
## usethis namespace: end
NULL

# nocov start
### Usethis issue bullets
release_bullets <- function() {
c(
"Repeat checks with Julia v1.8.0 (`juliaup default 1.8.0`)"
)
}
# nocov end

0 comments on commit 7b4aa07

Please sign in to comment.