1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: gedit-r-plugin
Section: gnome
Priority: extra
Maintainer: Christoph Feenders <debian@echti.de>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://rgedit.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/gedit-r-plugin.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gedit-r-plugin.git
Package: gedit-r-plugin
Architecture: all
Depends: ${misc:Depends}, gedit (>= 3.7.1), python-vte, python, gir1.2-vte-2.90
Recommends: r-base-core
Enhances: gedit
Description: Gedit plugin for R statistical computing language
This plugin serves as a lightweight IDE for R. In addition
to standard gedit functionality such as syntax highlighting
the additional features are:
- bottom panel containing one or more different R consoles
- executing predefined blocks of code
- generating customized R code
|