Jeffrey Horner
2011-Apr-25 19:59 UTC
[R] [R-pkgs] Rook: software and specification for R web applications and servers
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. The following help pages provide more information: Brewery, Builder, File, Middleware, Redirect, Request, Response, Static, URLMap, and Utils. Also see the example web applications located in 'system("exampleApps",package="Rook")'. - It provides a specification for writing your R web applications to work on any web server that supports the Rook specification. Currently, only Rhttpd implements it, but rApache is close behind. See the Rook help page for more information. You may not see the need for web applications written in R, but consider using Rook to build a statistical engine that complements a front-end web system, or consider creating elegant ggplot2 graphics on-demand from a fresh data stream. Also, consider creating dynamic instructional content for the classroom. If you have other examples or ideas, please join in the discussion on R-help or here: http://groups.google.com/group/rrook -- Jeffrey Horner (author of rApache and brew) _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
Reasonably Related Threads
- Rook: software and specification for R web applications and servers
- 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)
- problem in displaying image in browser using Rook