Skip to content

Commit

Permalink
Add reference section
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Dec 18, 2023
1 parent ef8945c commit 9d9494e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^tests/testthat.R$
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
BiocGenerics,
BiocParallel,
Biostrings,
GenomeInfoDb,
GenomicRanges (>= 1.32.0),
IRanges,
Expand All @@ -26,8 +24,7 @@ Imports:
methods,
rlang,
tidyr,
utils,
viridis
utils
Suggests:
knitr,
rmarkdown,
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ url: https://nbisweden.github.io/genecovr/
template:
bootstrap: 5

reference:
- title: genecovr
- contents:
- matches(".*")

0 comments on commit 9d9494e

Please sign in to comment.