FastRWeb - Fast Interactive Web Framework for Data Mining Using R
RForge.net

FastRWeb

About FastRWeb
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/FastRWeb.git FastRWeb
see also FastRWeb GitHub repository.

To install the latest development snapshot of this package, use

install.packages("FastRWeb",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("FastRWeb",,"http://rforge.net/")

Most recent GIT commits


18df8a2f| Simon Urbanek | Wed Nov 3 12:19:46 2021 +1300
update NEWS
 M       NEWS

b127cda9| Simon Urbanek | Wed Nov 3 11:30:15 2021 +1300
update artifacts
 M       configure
 M       src/Rcgi/config.h.in

8428367a| Simon Urbanek | Wed Nov 3 11:29:52 2021 +1300
Add support for request$headers (closes #11)
 M       NEWS
 M       R/run.R
 M       src/Rcgi/Rcgi.cc

c241f0f2| Simon Urbanek | Wed Nov 3 09:46:01 2021 +1300
remove obsolete autoconf macros
 M       configure.ac

609335f5| Simon Urbanek | Wed Nov 3 09:45:33 2021 +1300
bump version to 1.2-0
 M       DESCRIPTION