Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.positai$
^\.claude$
^doc$
^Meta$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ rsconnect/
.quarto
inst/doc
docs
.positai
/doc/
/Meta/
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ Suggests:
tidygraph,
tidyr,
tidyselect,
tm
tm,
testthat (>= 3.0.0),
withr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5)
R (>= 4.4.0)
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
URL: https://bigmindlab.github.io/OmicsKit

Config/testthat/edition: 3
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export(get_superterm)
export(getgenesPA)
export(heatmap_PA)
export(heatmap_path_PA)
export(list_ensembl_species)
export(list_ensembl_versions)
export(list_gmts)
export(merge_PA)
export(multiplot_PA)
Expand Down
Loading
Loading