Skip to content

Commit 9682305

Browse files
committed
fix: switch to js2264/rworkflows to see if quarto rendering works
1 parent cc28588 commit 9682305

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/rworkflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cont: ~
3939
rspm: ~
4040
steps:
41-
- uses: neurogenomics/rworkflows@master
41+
- uses: js2264/rworkflows@master
4242
with:
4343
run_bioccheck: ${{ false }}
4444
run_rcmdcheck: ${{ true }}

vignettes/manuscript_figure.qmd

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,19 @@ knitr::opts_chunk$set(
1010
width = 180,
1111
error = TRUE
1212
)
13+
library(tidyCoverage)
14+
library(AnnotationHub)
15+
library(purrr)
16+
library(plyranges)
17+
library(rtracklayer)
18+
library(ggplot2)
1319
```
1420

1521
# Plotting aggregate signals (ENCODE data) over REs
1622

17-
```{r}
23+
_Note: this is a Quarto vignette (`.qmd`)_
24+
25+
```{r, eval = FALSE}
1826
library(tidyCoverage)
1927
library(AnnotationHub)
2028
library(purrr)
@@ -92,7 +100,7 @@ AC |>
92100

93101
# Plotting matrix signals (ENCODE data) over REs
94102

95-
```{r}
103+
```{r, eval = FALSE}
96104
expand(CE) |>
97105
filter(track == "ATAC") |>
98106
select(-coord) |>

0 commit comments

Comments
 (0)