diff --git a/news/index.html b/news/index.html index 38f15e88..17052084 100644 --- a/news/index.html +++ b/news/index.html @@ -52,7 +52,7 @@
[default TRUE] logical value, whether to perform cleanup of -the global environment and restore loaded packages and options to an +the global environment and restore attached packages and options to an initial state after each evaluation. For more granular control, also accepts an integer value (see ‘Cleanup Options’ section below).
As an example, to perform cleanup of the global environment and garbage collection, specify 9L (1L + 8L). The default argument value of TRUE performs all actions apart from garbage collection and is equivalent to a value of 7L.
diff --git a/reference/host_url.html b/reference/host_url.html index 27586239..9daaf756 100644 --- a/reference/host_url.html +++ b/reference/host_url.html @@ -109,16 +109,16 @@host_url()
-#> [1] "tcp://fv-az1109-845:0"
+#> [1] "tcp://fv-az777-273:0"
host_url(ws = TRUE)
-#> [1] "ws://fv-az1109-845:0"
+#> [1] "ws://fv-az777-273:0"
host_url(tls = TRUE)
-#> [1] "tls+tcp://fv-az1109-845:0"
+#> [1] "tls+tcp://fv-az777-273:0"
host_url(ws = TRUE, tls = TRUE, port = 5555)
-#> [1] "wss://fv-az1109-845:5555"
+#> [1] "wss://fv-az777-273:5555"
local_url()
-#> [1] "abstract://3ed34d7d4e3d46381ae1272b"
+#> [1] "abstract://6ca2ece9ed56ea84efdfa852"