Difference between revisions of "RGnome"

From CBLFS
Jump to navigationJump to search
(New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://rgnome.boltzmann-konstante.de/rgnome-{{Rgnome-Version}}.tar.gz |} ---- {{Package-Introduction|RGnome...)
 
Line 85: Line 85:
 
|is a PyGTK interface to the [[R]] language.
 
|is a PyGTK interface to the [[R]] language.
 
|}
 
|}
 +
 +
[[Category:Science_Engineering]]

Revision as of 11:31, 18 August 2008

Download Source: http://rgnome.boltzmann-konstante.de/rgnome-0.1.9-alpha.tar.gz

Introduction to RGnome

RGnome is a gtk based frontend for GNU R.

Project Homepage: http://rgnome.boltzmann-konstante.de/

Dependencies

Required

Non-Multilib

Compile the package:

 make PREFIX=/usr

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

make CC="gcc ${BUILD32}" PREFIX=/usr

Install the package:

make install

N32

Compile the package:

make CC="gcc ${BUILDN32}" PREFIX=/usr

Install the package:

make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}" PREFIX=/usr

Install the package:

make install

Configuring

Contents

Installed Directories: None
Installed Programs: rgnome
Installed Libraries: None

Short Descriptions

rgnome is a PyGTK interface to the R language.