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
- Host: GitHub
- URL: https://github.com/sdiehl/rpygtk
- Owner: sdiehl
- License: gpl-3.0
- Created: 2010-08-27T23:15:58.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-11T16:20:07.000Z (over 14 years ago)
- Last Synced: 2025-03-15T06:43:43.923Z (7 months ago)
- Language: Python
- Homepage: http://code.google.com/p/rpygtk/
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* NumpyInstallation
------------------------------------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