Skip to content

Commit 6cdec1d

Browse files
committed
Merge sections
1 parent 53545d7 commit 6cdec1d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

doc/configuration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,8 @@ These base R options have non-`NULL` defaults, so we can't detect user overrides
7777

7878
These options are only set when the user has *not* already defined them (e.g. in `.Rprofile`). This allows users to simply set the option to any value to override Positron's default. They can also be listed in `positron.protected_options` to keep the option as `NULL`.
7979

80-
### R options
81-
8280
- **`help_type`** — Set to `"html"`. Displays help pages as HTML rather than plain text.
8381
- **`viewer`** — Displays HTML content in Positron's Viewer pane. Used by htmlwidgets, Shiny gadgets, etc.
84-
85-
### Package options
86-
8782
- **`shiny.launch.browser`** — Set to a function that shows the Shiny app URL in Positron's Viewer pane. Set `options(shiny.launch.browser = TRUE)` in your `.Rprofile` to open Shiny apps in the system browser instead. Note that `TRUE` causes Shiny to use the `browser` option, which defaults to Positron's viewer, so you may also want to protect `browser`.
8883
- **`plumber.docs.callback`** — Set to a function that shows Plumber API docs in Positron's Viewer pane.
8984
- **`profvis.print`** — Set to a function that renders profvis output and displays it in Positron's Viewer pane.

0 commit comments

Comments
 (0)