RWeb 1.0 - CGI (Common Gateway Interface) Library for R language

RWeb is now SSSR : Server-side Scripting with R and downloadable from official cran site.


SSSR is a package for using R as a server-side scripting language. Package adds web forms, cookies, session and application variables capabilities to R. Package is using SQLite databases for storing session and application variables. With this package, there is no need to call R functions from elsewhere, say it, from php or Java, a server side R script can produce XML output as the same manner as web services.

Click here to download SSSR package. A pdf manual is here for usage of functions included in the package.

Requirements:
  • A Web Server (Library was tested with Apache Web Server on Ubuntu Linux and Apache Web Server running on Windows 7)


Installation:
  • Type install.packages("SSSR") in R console and select a mirror


  • Example Code:
Scripts must have in cgi-bin directory with executable rights. If your script is index.R then type

chmod a+x index.R

to make it executable.

For calling R from java click RCaller


Home
Applets
Downloads
Statistical Image Processing
myBlog [TR]
Atlantis Robotics Project[TR/EN]
About me


Dynamic Java applet based on BeanShell
Cgi Library for R Language
Linux Manual Pages


View My Stats


mhsatman.com by Mehmet Hakan Satman 2008