Metadata-Version: 1.0
Name: django-rpy2
Version: 0.7.1
Summary: Allow django to create R scripts and generate charts and other data output from those scripts.
Home-page: https://bitbucket.net/charts
Author: Martin Owens
Author-email: doctormo@gmail.com
License: AGPLv3
Description: 
        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.
        
        
Platform: linux
