Skip to content
Back to formatted view

Raw Message

Message-ID: <CANVKczOUo8_ad1N6qMVUOZ+QHROsXbwWK+dOmGG50wCqRjagkA@mail.gmail.com>
Date: 2012-11-27T08:10:39Z
From: Barry Rowlingson
Subject: Problem in Starting R Server - object of type 'closure' is not subsettable
In-Reply-To: <3aea69795d1c462299f4975df8f27277@EX-0-HT0.lancs.local>

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