Skip to content

Commit 61883a8

Browse files
committed
fix: remove ineffective @inheritParams
it's senseless to inherit params from the same topic (same `@rdname`) and hence roxygen2 warns about it
1 parent cc8c9a5 commit 61883a8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

R/animate.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ animation_opts_defaults <- function() {
122122
}
123123

124124

125-
#' @inheritParams animation_opts
126125
#' @param hide remove the animation slider?
127126
#' @param ... for `animation_slider`, attributes are passed to a special
128127
#' layout.sliders object tied to the animation frames.
@@ -149,7 +148,6 @@ animation_slider <- function(p, hide = FALSE, ...) {
149148
}
150149

151150

152-
#' @inheritParams animation_slider
153151
#' @param label a character string used for the animation button's label
154152
#' @export
155153
#' @rdname animation

R/orca.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ orca <- function(p, file = "plot.png", format = tools::file_ext(file),
9797

9898
#' Orca image export server
9999
#'
100-
#' @inheritParams orca
101100
#' @param port Sets the server's port number.
102101
#' @param keep_alive Turn on keep alive mode where orca will (try to) relaunch server if process unexpectedly exits.
103102
#' @param window_max_number Sets maximum number of browser windows the server can keep open at a given time.

0 commit comments

Comments
 (0)