Skip to content

Commit

Permalink
fix: switch to js2264/rworkflows to see if quarto rendering works
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jul 25, 2024
1 parent cc28588 commit 9682305
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cont: ~
rspm: ~
steps:
- uses: neurogenomics/rworkflows@master
- uses: js2264/rworkflows@master
with:
run_bioccheck: ${{ false }}
run_rcmdcheck: ${{ true }}
Expand Down
12 changes: 10 additions & 2 deletions vignettes/manuscript_figure.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ knitr::opts_chunk$set(
width = 180,
error = TRUE
)
library(tidyCoverage)
library(AnnotationHub)
library(purrr)
library(plyranges)
library(rtracklayer)
library(ggplot2)
```

# Plotting aggregate signals (ENCODE data) over REs

```{r}
_Note: this is a Quarto vignette (`.qmd`)_

```{r, eval = FALSE}
library(tidyCoverage)
library(AnnotationHub)
library(purrr)
Expand Down Expand Up @@ -92,7 +100,7 @@ AC |>

# Plotting matrix signals (ENCODE data) over REs

```{r}
```{r, eval = FALSE}
expand(CE) |>
filter(track == "ATAC") |>
select(-coord) |>
Expand Down

0 comments on commit 9682305

Please sign in to comment.