Skip to content

Commit

Permalink
Fix link issues
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Oct 9, 2024
1 parent 9f65c67 commit ca00cb7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.5.1
Date: 2024-02-07 09:50:16 UTC
SHA: d72ed3e3b5130b8b43d5e8829fcf65f6d263a823
Version: 1.5.3
Date: 2024-10-09 05:36:36 UTC
SHA: 9f65c679803fc810b29ceb2ddfff77d0802a0664
6 changes: 3 additions & 3 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ pngSize <- function(png) {
#' @param ylab The axis labels for the plot .
#' @param zlab The axis labels for the plot .
#' @param line The ``line'' of the plot margin to draw the label on.
#' @param ... Additional parameters which are passed to \code{\link{plotMTeX3D}}.
#' @param ... Additional parameters which are passed to [plotMTeX3D()].
#'
#' @details The rectangular prism holding the 3D plot has 12 edges. They are identified
#' using 3 character strings. The first character (`x', `y', or `z') selects
Expand All @@ -1999,10 +1999,10 @@ pngSize <- function(png) {
#' For example \code{edge = 'x+'} draws an x-axis at the high level of y and the
#' low level of z.
#'
#' By default, \code{rgl::axes3d} uses the \code{\link{rgl::bbox3d}} function to draw the axes.
#' By default, [rgl::axes3d()] uses the [rgl::bbox3d()] function to draw the axes.
#' The labels will move so that they do not obscure the data. Alternatively,
#' a vector of arguments as described above may be used, in which case
#' fixed axes are drawn using \code{rgl::axis3d}.
#' fixed axes are drawn using [rgl::axis3d()].
#'
#' If \code{pos} is a numeric vector of length 3, \code{edge} determines
#' the direction of the axis and the tick marks, and the values of the
Expand Down
2 changes: 1 addition & 1 deletion check.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ devtools::spell_check()
spelling::update_wordlist()
devtools::check(env_vars = c(NOT_CRAN = "true", RGL_USE_NULL = "true"))
# revdepcheck::revdep_check(num_workers = 4)
rhub::rhub_check(platforms = c("windows"))
rhub::rhub_check(platforms = c("windows")) # check using GitHub Actions
devtools::check_win_release(quiet = TRUE) # win-builder
devtools::check_win_devel(quiet = TRUE) # win-builder
# Push files to GitHub for GitHub actions check
Expand Down
6 changes: 3 additions & 3 deletions man/plotTitleTeX3D.Rd

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

0 comments on commit ca00cb7

Please sign in to comment.