Re: [R] Websocket example out of the box failing if running at startup from Rprofile.site

2012-06-20 Thread Uwe Ligges
On 20.06.2012 02:05, Lipkind, Ilya (GE Healthcare) wrote: Hello, I run websockets 1.1.1 from R 2.15 without any problems. I would like to deploy R script running automatically for all users when R is starting from Rprofile.site like follow: .First<- function() { sourc

[R] Websocket example out of the box failing if running at startup from Rprofile.site

2012-06-20 Thread Lipkind, Ilya (GE Healthcare)
Hello, I run websockets 1.1.1 from R 2.15 without any problems. I would like to deploy R script running automatically for all users when R is starting from Rprofile.site like follow: .First <- function() { source("C:\\R\\orig-websockets.R") } This script is from web