Peter wrote:
> On Wed, Dec 17, 2008 at 1:00 AM, Marcos Silva wrote:
>> Hello People, it's me again...
>>
>> I tried to use the R's hist() function, using this code:
>>
>> hist = robjects.r['hist']
>> x = robjects.FloatVector(dataset)
>> hist(x)
>> ...
>> But the graphic that I got was very strang
Revision: 720
http://rpy.svn.sourceforge.net/rpy/?rev=720&view=rev
Author: eddelbuettel
Date: 2008-12-17 12:20:32 + (Wed, 17 Dec 2008)
Log Message:
---
replace include for Rdevices with include for Rembedded
Modified Paths:
--
trunk/rpy/src/RPy.h
Modif
Revision: 721
http://rpy.svn.sourceforge.net/rpy/?rev=721&view=rev
Author: eddelbuettel
Date: 2008-12-17 12:53:50 + (Wed, 17 Dec 2008)
Log Message:
---
built once more this time against correct orig.tar.gz
Modified Paths:
--
trunk/rpy/debian/changelog
On Wed, Dec 17, 2008 at 1:00 AM, Marcos Silva wrote:
> Hello People, it's me again...
>
> I tried to use the R's hist() function, using this code:
>
> hist = robjects.r['hist']
> x = robjects.FloatVector(dataset)
> hist(x)
> ...
> But the graphic that I got was very strange...
> I cannot figure o
Revision: 719
http://rpy.svn.sourceforge.net/rpy/?rev=719&view=rev
Author: eddelbuettel
Date: 2008-12-17 12:19:52 + (Wed, 17 Dec 2008)
Log Message:
---
updated for Debian build 1.0.3-5 against beta release of 2.8.1
Modified Paths:
--
trunk/rpy/debian/ch