Skip to content

Commit

Permalink
Run examples conditionally based on MEME Suite installation status
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Nov 4, 2024
1 parent 1aa710f commit 613fefe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/plot_enrichment_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
#' )
#'
#' \donttest{
#' if (requireNamespace("BSgenome.Hsapiens.UCSC.hg38")) {
#' if (requireNamespace("BSgenome.Hsapiens.UCSC.hg38") &&
#' memes::meme_is_installed()) {
#' genome_build <-
#' BSgenome.Hsapiens.UCSC.hg38::BSgenome.Hsapiens.UCSC.hg38
#' enrichment_df <- get_df_enrichment(
Expand Down
3 changes: 2 additions & 1 deletion R/plot_enrichment_overall.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
#' )
#'
#' \donttest{
#' if (requireNamespace("BSgenome.Hsapiens.UCSC.hg38")) {
#' if (requireNamespace("BSgenome.Hsapiens.UCSC.hg38") &&
#' memes::meme_is_installed()) {
#' genome_build <-
#' BSgenome.Hsapiens.UCSC.hg38::BSgenome.Hsapiens.UCSC.hg38
#' enrichment_df <- get_df_enrichment(
Expand Down
3 changes: 2 additions & 1 deletion man/plot_enrichment_individual.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/plot_enrichment_overall.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 613fefe

Please sign in to comment.