We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b0c2c commit 1c2d499Copy full SHA for 1c2d499
1 file changed
R/profile.R
@@ -26,8 +26,6 @@ local({
26
27
if (requireNamespace("sess", quietly = TRUE)) {
28
sess::sess_app(
29
- port = as.integer(Sys.getenv("SESS_PORT")),
30
- token = Sys.getenv("SESS_TOKEN"),
31
use_rstudioapi = as.logical(Sys.getenv("SESS_RSTUDIOAPI", "TRUE")),
32
use_httpgd = as.logical(Sys.getenv("SESS_USE_HTTPGD", "TRUE"))
33
)
0 commit comments