Skip to content

Commit

Permalink
fix(DESCRIPTION): Add 'aRtsy' to 'Suggests'
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Oct 11, 2024
1 parent 490b4f3 commit 15f759d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Imports:
utils
Suggests:
ambient,
aRtsy,
ggplot2 (>= 3.5.0),
gtable,
knitr,
Expand Down
4 changes: 3 additions & 1 deletion R/pattern-pattern-aRtsy.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ create_pattern_aRtsy <- function(params, boundary_df, aspect_ratio,
#' @param ... Currently ignored
#' @return A grid grob object invisibly. If `draw` is `TRUE` then also draws to the graphic device as a side effect.
#' @examples
#' print(names_aRtsy())
#' if (requireNamespace("aRtsy", quietly = TRUE)) {
#' print(names_aRtsy())
#' }
#'
#' \donttest{# Make take more than 5 seconds on CRAN servers
#' x_hex <- 0.5 + 0.5 * cos(seq(2 * pi / 4, by = 2 * pi / 6, length.out = 6))
Expand Down
8 changes: 5 additions & 3 deletions man/grid.pattern_aRtsy.Rd

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

0 comments on commit 15f759d

Please sign in to comment.