An open API service indexing awesome lists of open source software.

https://github.com/sdiehl/rpygtk

A GTK based frontend for R
https://github.com/sdiehl/rpygtk

Last synced: 2 months ago
JSON representation

A GTK based frontend for R

Awesome Lists containing this project

README

          

RPyGTK
======

Copyright (C) 2010-2011 Stephen Diehl (sdiehl@clarku.edu)

Licensed under the GPLv3.

Description
------------------------------------

RpyGTK is a GTK based fronted for R which uses the Rpy interface
between Python and R.

Dependencies
------------------------------------

* Python
* PyGTK
* R
* Rpy2
* Numpy

Installation
------------------------------------

Using pip ( Platform Independent ):

pip install numpy rpy2 pygtk

python setup.py install

Or if you prefer to use your distro's package manager:

Ubuntu

$ sudo apt-get install python-numpy python-rpy2 python-gtk2

$ sudo python setup.py install

$ rpygtk

Arch Linux

Install http://aur.archlinux.org/packages.php?ID=22827 by whatever method you so desire.

$ pacman -S python r python-numpy pygtk

$ python setup.py install

$ rpygtk

Credits
------------------------------------

Silk Icons - Mark James ( http://www.famfamfam.com )

Ordered Dictionary Class - David Benjamin