Skip to content

Commit 55e9b2f

Browse files
committed
fix duplicate argument entries
1 parent c52d264 commit 55e9b2f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

R/orca.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#' hang during image generating are skipped.
2929
#' @param more_args additional arguments to pass along to system command. This is useful
3030
#' for specifying display and/or electron options, such as `--enable-webgl` or `--disable-gpu`.
31-
#' @param ... additional arguments passed along to `processx::run()`
31+
#' @param ... additional arguments passed along to `processx::run()` (for `orca()`) or
32+
#' `processx::process()` (for `orca_serve()`).
3233
#' @export
3334
#' @author Carson Sievert
3435
#' @md
@@ -108,7 +109,6 @@ orca <- function(p, file = "plot.png", format = tools::file_ext(file),
108109
#' @param window_max_number Sets maximum number of browser windows the server can keep open at a given time.
109110
#' @param request_limit Sets a request limit that makes orca exit when reached.
110111
#' @param quiet Suppress all logging info.
111-
#' @param ... arguments passed along to `processx::process$new()`.
112112
#'
113113
#' @section Methods:
114114
#'

man/orca.Rd

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)