Skip to content

Commit

Permalink
Remove dontrun from heatmap examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalKieslich committed Jan 14, 2024
1 parent 5aabca3 commit 50fbae5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions R/heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,7 @@ mt_heatmap_raw <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' \dontrun{
#' mt_heatmap(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' }
#'
#'
#'
Expand Down Expand Up @@ -669,9 +667,7 @@ mt_heatmap <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' \dontrun{
#' mt_heatmap_ggplot(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' }
#'
#' @export
mt_heatmap_ggplot <- function(data,
Expand Down Expand Up @@ -853,12 +849,10 @@ print.mt_heatmap_raw = function(x,...){
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' \dontrun{
#' mt_diffmap(
#' KH2017, condition="Condition",
#' xres=400, smooth_radius=6, n_shades=5
#' )
#' }
#'
#' @export
mt_diffmap <- function(
Expand Down
2 changes: 0 additions & 2 deletions man/mt_diffmap.Rd

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

2 changes: 0 additions & 2 deletions man/mt_heatmap.Rd

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

2 changes: 0 additions & 2 deletions man/mt_heatmap_ggplot.Rd

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

0 comments on commit 50fbae5

Please sign in to comment.