debugSSH | R Documentation |
Useful in case of configuration problems. Tries different operations of increasing difficulty and provides debug output on the console.
Note that this function does not access nor use information specified for your cluster functions in your configuration.
debugSSH( nodename, ssh.cmd = "ssh", ssh.args = character(0L), rhome = "", r.options = c("--no-save", "--no-restore", "--no-init-file", "--no-site-file"), dir = getwd() )
nodename |
[ |
ssh.cmd |
[ |
ssh.args |
[ |
rhome |
[ |
r.options |
[ |
dir |
[ |
Nothing.
Other debug:
debugMulticore()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
showLog()
,
testJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.