Skip to content

Commit 06bccf4

Browse files
committed
cleanup news and documentation
1 parent 0b3182a commit 06bccf4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## NEW FEATURES
44

5-
* The `orca_serve` R6 class was added for efficient exporting of many plotly graphs. For examples, see `help(orca_serve)`.
5+
* The `orca_serve()` function was added for efficient exporting of many plotly graphs. For examples, see `help(orca_serve)`.
6+
* The `orca()` function gains new arguments `more_args` and `...` for finer control over the underlying system commands.
67

78
## IMPROVEMENTS
89

R/orca.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +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()` (for `orca()`) or
32-
#' `processx::process()` (for `orca_serve()`).
31+
#' @param ... for `orca()`, additional arguments passed along to `processx::run`. For
32+
#' `orca_serve()`, additional arguments passed along to `processx::process`.
3333
#' @export
3434
#' @author Carson Sievert
3535
#' @md

man/orca.Rd

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

0 commit comments

Comments
 (0)