Displaying 2 results from an estimated 2 matches for "loghead".
Did you mean:
logread
2013 Jun 25
1
Perplexed with environment
...-
| .logData <- new.env()
| assign("loggingThreshold", 10, envir = .logData)
| assign("logToFile", FALSE, envir = .logData)
| assign("logFileName", NULL, envir = .logData)
|
| assign("logToConsole", TRUE, envir = .logData)
| ##
| assign("logHeaderLevel", 0, envir = .logData)
| assign("logHeader", "", envir = .logData)
| assign("logHeaderClock", "", envir = .logData)
| assign("timeFormat", "", envir = .logData)
`----
to initialize some logging parameter.
When I load my...
2008 Apr 24
1
R and condor
Hello,
I would be extremely grateful if anyone is able to provide any (rather obscure) advice on using R with Condor. I think I'm following Xianhong Xie's instructions (R News 5(2) 13-15) correctly, but my job just stays held in the queue (for days / months). I've checked condor_status to make sure there are plenty of machines available, but can't see any way to attack the