From b859a7b598774f3bcded1c61c992dcb630be5618 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:46:34 +0100 Subject: [PATCH] update docs --- R/launchers.R | 2 +- man/daemons.Rd | 2 +- man/ssh_args.Rd | 2 +- man/status.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/launchers.R b/R/launchers.R index 3cf669c90..058f88a7e 100644 --- a/R/launchers.R +++ b/R/launchers.R @@ -217,7 +217,7 @@ launch_remote <- function(url, ..., tls = NULL, .compute = "default", #' \verb{ #' make_cluster( #' # host URL accessible to nodes -#' url = "tcp://10.75.37.40:5555", +#' url = "tls+tcp://10.75.37.40:5555", #' # launch nodes using SSH #' command = "ssh", #' # node IP / hostnames to connect to with custom port number diff --git a/man/daemons.Rd b/man/daemons.Rd index 215a57d60..37a0310b9 100644 --- a/man/daemons.Rd +++ b/man/daemons.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/mirai.R +% Please edit documentation in R/daemons.R \name{daemons} \alias{daemons} \title{Daemons (Configure Persistent Processes)} diff --git a/man/ssh_args.Rd b/man/ssh_args.Rd index 053f50464..439e96e9f 100644 --- a/man/ssh_args.Rd +++ b/man/ssh_args.Rd @@ -55,7 +55,7 @@ This function only returns the relevant SSH arguments; 'command' must \verb{ make_cluster( # host URL accessible to nodes - url = "tcp://10.75.37.40:5555", + url = "tls+tcp://10.75.37.40:5555", # launch nodes using SSH command = "ssh", # node IP / hostnames to connect to with custom port number diff --git a/man/status.Rd b/man/status.Rd index 1770be302..766b2d7c1 100644 --- a/man/status.Rd +++ b/man/status.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/mirai.R +% Please edit documentation in R/daemons.R \name{status} \alias{status} \title{Status Information}