Skip to content

Commit 6a1220a

Browse files
committed
update roxygen & GHA
1 parent 0262c36 commit 6a1220a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
has_RUnit: 'false'
4141
cache-version: 'cache-v1'
4242
run_docker: 'false'
43-
bioc_version: 'bioc-release'
43+
bioc_version: 'bioc-devel'
4444
## Valid options are:
4545
## "bioc-release"
4646
## "bioc-devel"
@@ -238,7 +238,7 @@ jobs:
238238
- name: Install pkgdown
239239
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
240240
run: |
241-
remotes::install_cran("pkgdown")
241+
remotes::install_github("r-lib/pkgdown")
242242
shell: Rscript {0}
243243

244244
- name: Session info

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Suggests:
4848
URL: https://github.com/HelenaLC/CATALYST
4949
BugReports: https://github.com/HelenaLC/CATALYST/issues
5050
VignetteBuilder: knitr
51-
RoxygenNote: 7.3.2
51+
RoxygenNote: 7.3.3
5252
License: GPL (>=2)
5353
Encoding: UTF-8
5454
LazyData: true

0 commit comments

Comments
 (0)