On Tue, Nov 27, 2012 at 6:33 AM, Manoj G <manoj.g at isim.net.in> wrote:
Hi All, I am trying to start R Server to run some Java Script in my local machine using the library, 'Rook'. I use Windows 7. And my codes are following,
library(Rook)
myD3dir <- 'D:\\STUDIES\\Java script\\d3-master' s <- Rhttpd$new s$start(quiet=TRUE)
Have you read help(Rhttpd)? s <- Rhttpd$new() s$start(quiet=TRUE) - there is a subtle difference between that and what you did! Can you spot it!? Barry