| R.httpd-package {R.httpd} | R Documentation |
The packages provides a self-contained cross-platform implementation of an HTTP Daemon (web server). The server is written in Tcl and runs in the background leaving the R session available for other tasks.
For package history, see showHistory(R.httpd).
This is a cross-platform package implemented in plain R. This package depends on the packages R.oo [1] and R.utils.
To install this package, see http://www.braju.com/R/. Required packages are installed in the same way.
To get started, see:
httpd() - To start the internal R web server.
HttpDaemon - The class representing the internal web
server.
Here is a list of features that would be useful, but which I have too little time to add myself. Contributions are appreciated.
If you consider implement some of the above, make sure it is not already implemented by downloading the latest "devel" version!
The releases of this package is licensed under LGPL version 2.1 or newer.
The development code of the packages is under a private licence (where applicable) and patches sent to the author fall under the latter license, but will be, if incorporated, released under the "release" license above.
Not available.
[1] H. Bengtsson, The R.oo package - Object-Oriented Programming with References Using Standard R Code, In Kurt Hornik, Friedrich Leisch and Achim Zeileis, editors, Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003), March 20-22, Vienna, Austria. http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Proceedings/
Henrik Bengtsson (http://www.braju.com/R/)