10000 Fix more roxygen issues · plotly/plotly.R@a0cda2a · GitHub
[go: up one dir, main page]

Skip to content

Commit a0cda2a

Browse files
committed
Fix more roxygen issues
1 parent 04cbc37 commit a0cda2a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
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/api_exports.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@
108108
#'
109109
#' }
110110
#'
111-
112-
113-
#' @rdname api
114111
#' @export
115112
api_create <- function(x = last_plot(), filename = NULL,
116113
fileopt = c("overwrite", "new"),

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)
0