Displaying 3 results from an estimated 3 matches for "scriptexec".
2019 Dec 15
1
system2 doesn't quote stdin on unix, unlike stdout, stderr & input and on Windows
...f33
- nat: R/cmtk.R, R/xformpoints.R; stdin is tempfile(...)
- credentials: R/credential-api.R; stdin is passed as-is, tempfile() or
"" in default arguments
- runjags: R/setup.jags.jagsfile.R; stdin is constant "script.cmd"
- m2r: R/m2.R; stdin is constant ""
- scriptexec: R/scriptexec.R; stdin is passed as-is or default value retained
- BioInstaller: inst/extdata/shiny/global_var.R; stdin is "" by default and
passed as-is, callers of the sql2sqlite function don't quote the sql.file
argument
- annovarR: R/build.R: same sql2sqlite function as ab...
2010 Oct 29
1
NetWorkSpace from REvolution; Distributed Computing setup questions
...possible cause by setting it up on a linux machine. Ultimately I
would like to get this working in Windows/Cygwin.)
***Section 2***
The function I used to start the sleigh is:
s=sleigh(
+ nwsHost="172.30.xx.xx",
+ nwsPort=8765,
+ launch=sshcmd,
+ nodeList=c("10.85.xxx.xxx"),
+ scriptExec=envcmd,
+ scriptDir="/usr/local/lib/R/site-library/nws/bin",
+ scriptName="RNWSSleighWorker.sh",
+ workingDir='~/tmp/',
+ logDir='~/tmp/',
+ outfile="outfileTest",
+ user="tj")
This function returns the message below and then clear command pr...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...by setting it up on a linux machine. Ultimately I
would like to get this working in Windows/Cygwin.)
***Section 2***
The function I used to start the sleigh is:
s=sleigh(
+ nwsHost="172.30.xx.xx",
+ nwsPort=8765,
+ launch=sshcmd,
+ nodeList=c("10.85.xxx.xxx"),
+ scriptExec=envcmd,
+ scriptDir="/usr/local/lib/R/site-library/nws/bin",
+ scriptName="RNWSSleighWorker.sh",
+ workingDir='~/tmp/',
+ logDir='~/tmp/',
+ outfile="outfileTest",
+ user="tj")
This function returns the message below and the...