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 fb7d12a commit 9f39a6dCopy full SHA for 9f39a6d
tests/tests.R
@@ -74,6 +74,8 @@ is.null(mirai:::posit_tools()) && {
74
test_type("list", cfg)
75
test_zero(daemons(url = local_url(), dispatcher = FALSE))
76
test_class("miraiLaunchCmd", launch_remote(n = 2L, remote = cfg))
77
+ cfg$platform <- "wrong"
78
+ test_error(launch_remote(n = 2L, remote = cfg), "not supported")
79
test_zero(daemons(0))
80
detach()
81
test_error(cloud_config(platform = "posit"), "can only be used from Posit Workbench")
0 commit comments