
The django_rpy2 module provides a way for developers of R scripts to design their scripts from the django administration interface and have the results be available to the django website in a predictable fashion.

Features include:

 * R Package control to import required modules
 * Being able to use django's databases, or a custom database list.
 * Resulting output saved per-run
 * Output files saved into django file fields for later use.

Requirements:

You must have these non-python packages installed,names given here are debian package names:

 * python-dev
 * libcurl4-gnutls-dev
 * r-base-core

These are required to compile the rpy2 library which acts as the R scripting core.

