Manoj G
2012-Nov-27 06:33 UTC
[R] Problem in Starting R Server - object of type 'closure' is not subsettable
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.
Barry Rowlingson
2012-Nov-27 08:10 UTC
[R] Problem in Starting R Server - object of type 'closure' is not subsettable
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
Apparently Analagous Threads
- Rook: software and specification for R web applications and servers
- Rook: software and specification for R web applications and servers
- concurrent requests (Rook, but I think the question is more general)
- creating graphs using Rook
- paths and Rook problems only in OSX CRAN binary package?