[Rpy] Symbol MAIN__ not found in libR.so under Solaris 9 (rpy 1.0-RC1, R 2.4.0)

2006-11-15 Thread Jett Logic
Hi, There's two other mailing posts with the same problem (http://sourceforge.net/mailarchive/message.php?msg_id=11870317 from 2005 and http://sourceforge.net/mailarchive/message.php?msg_id=10046356 from 2004), and no solutions. The problem is this (I have no control over compiler, and it uses su

[Rpy] Problem with rpy and locfit

2006-11-15 Thread Jurek Piasek
Hi, I am having a number of problems using rpy with locfit. One example of a problem is the following code: import re import rpy from scipy import rand from math import sin r = rpy.r rpy.set_default_mode (rpy.NO_CONVERSION) r.library("locfit") x = [] y = [] for i in range(0, 1000): x.append

Re: [Rpy] Syntax question for using the R '$' function from rpy

2006-11-15 Thread Peter (RPy List)
William Hudspeth wrote: > Hello, > > I am trying to use rpy to plot a histogram from data residing inside of > a data.frame: > > Normally, from the R prompt, I would use something like this: > > hist(dust_frame$temp_density_raster) > > The documentation indicates that the R function '$' can be

[Rpy] Syntax question for using the R '$' function from rpy

2006-11-15 Thread William Hudspeth
Hello, I am trying to use rpy to plot a histogram from data residing inside of a data.frame: Normally, from the R prompt, I would use something like this: hist(dust_frame$temp_density_raster) The documentation indicates that the R function '$' can be accessed with something like this: r['$']

[Rpy] Symbol MAIN__ not found in libR.so under Solaris 9 (rpy 1.0-RC1, R 2.4.0)

2006-11-15 Thread Jett Logic
Hi, There's two other mailing posts with the same problem (http://sourceforge.net/mailarchive/message.php?msg_id=11870317 from 2005 and http://sourceforge.net/mailarchive/message.php?msg_id=10046356 from 2004), and no solutions. The problem is this (I have no control over compiler, and it uses su