错误:无法连接到Microsoft R服务器

时间:2019-06-11 04:42:33

标签: r r-server remote-login

我正在使用一个代码工作,在该代码中,我需要remoteLogin才能使用本地管理员帐户向R Server进行身份验证。但是我不知道/记住代码中要求的用户名和密码是什么。

我尝试了几乎所有我知道的用户名密码组合。

# Use `remoteLogin` to authenticate with R Server using 
# the local admin account. Use session = false so no 
# remote R session started

remoteLogin(deployr_endpoint = "http://localhost:12800",
            username = "username", 
            password = "password", 
            session = FALSE,
            commandline = TRUE)

Microsoft R服务器是否有默认的用户名密码?

0 个答案:

没有答案
相关问题