Metadata-Version: 1.1
Name: r2_kernel
Version: 0.1
Summary: An R wrapper kernel for IPython
Home-page: https://github.com/takluyver/r2_kernel
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
License: UNKNOWN
Description: An IPython wrapper kernel for R
        
        This requires IPython 3 and rpy2, and a couple of R packages:
        
            install.packages(c('evaluate', 'devtools'))
            devtools::install_github("takluyver/IRdisplay")
        
        To test it, install with ``setup.py``, then::
        
            ipython qtconsole --kernel r2
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
