On Tue, Nov 27, 2012 at 6:33 AM, Manoj G <mano...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to