Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Feb 7, 2024
1 parent 9d186e5 commit 387490c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ plotNDSet2D <- function(points,

#' Plot a rectangle defined by two corner points.
#'
#' The rectangle is defined by {x|a <= x <= b} where a is the minimum values and
#' The rectangle is defined by \{x|a <= x <= b\} where a is the minimum values and
#' b is the maximum values.
#'
#' @param a A vector of length 3.
Expand Down
1 change: 1 addition & 0 deletions check.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spelling::update_wordlist()
devtools::check(env_vars = c(NOT_CRAN = "true", RGL_USE_NULL = "true"))
devtools::check_rhub(platforms = c("windows-x86_64-release"), interactive = F)
devtools::check_win_release(quiet = TRUE) # win-builder
devtools::check_win_devel(quiet = TRUE) # win-builder
# Push files to GitHub for GitHub actions check
# Submit to CRAN
devtools::release()
2 changes: 1 addition & 1 deletion man/plotRectangle3D.Rd

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

0 comments on commit 387490c

Please sign in to comment.