Skip to content

Commit

Permalink
chore: use full mini object name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Feb 5, 2025
1 parent 4e3abf7 commit d7e808e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/aux_save.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NULL

#' @rdname plot_save
#' @examples
#' g <- GiottoData::loadGiottoMini("vis")
#' g <- GiottoData::loadGiottoMini("visium")
#' df <- data.frame(x = rnorm(5), y = rnorm(5))
#' g_plot <- ggplot2::ggplot(df, ggplot2::aes(x, y)) +
#' ggplot2::geom_point()
Expand Down
2 changes: 1 addition & 1 deletion man/plot_save.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/test_save.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ results_folder <- file.path(
)

# load in dummy gobject
g <- GiottoData::loadGiottoMini("vis", verbose = FALSE)
g <- GiottoData::loadGiottoMini("visium", verbose = FALSE)
instructions(g, "save_dir") <- results_folder

# create dummy plot
Expand Down

0 comments on commit d7e808e

Please sign in to comment.