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)

and i get the following error for the above line,

Error in s$start : object of type 'closure' is not subsettable

I have no idea what this error is. I am a starter in R. Please help to solve
this issue. 
Thanks in advance


Regards,
Manoj G





--
View this message in context: 
http://r.789695.n4.nabble.com/Problem-in-Starting-R-Server-object-of-type-closure-is-not-subsettable-tp4650931.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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