Re: [R] [R-pkgs] Rook: software and specification for R web applications and servers

2014-06-26 Thread Peter K
Rook apps can be run using the httpd built into R (great feature!), and can be deployed using rApache server. For those who prefer to deploy the apps under FastRWeb, below is the code to do so: -- in your web.R/myrookapp.R file, we ran the Rook app instance (stored in variable app): run -

[R] [R-pkgs] Rook: software and specification for R web applications and servers

2012-01-12 Thread Jeffrey Horner
Dear  useRs, Rook version 1.0-3 has been submitted to CRAN. In the mean time you can get it here: https://github.com/jeffreyhorner/rRack/blob/master/Rook_1.0-3.tar.gz The latest release contains support for deployment with rApache. Please see 3.6.5 and 3.6.6 under section 'Configuring rApache'

[R] [R-pkgs] Rook: software and specification for R web applications and servers

2011-04-25 Thread Jeffrey Horner
Dear useRs, Rook is a new package that does three things: - It provides a way to run R web applications on your desktop with the new internal R web server named Rhttpd. Please see the Rhttpd help page. - It provides a set of reference classes you can use to write you R web applications.