[Rcppoctave-user] Cannot install rcppoctave
kam kammon
kammon101 at hotmail.ca
Sat Jun 6 03:37:01 CEST 2015
Hi, Thanks. The develope branch install. But running the example .CallOctave ('eye', 3) crashes R
.CallOctave('eye', 3)
*** caught segfault ***
address 0x4707000, cause 'memory not mapped'
Traceback:
1: .Call("octave_feval", .NAME, list(...), argout, unlist, buffer.std, PACKAGE = "RcppOctave")
2: .CallOctave("eye", 3)
Date: Fri, 5 Jun 2015 11:23:59 +0200
Subject: Re: [Rcppoctave-user] Cannot install rcppoctave
From: renaud at mancala.cbio.uct.ac.za
To: kammon101 at hotmail.ca
CC: rcppoctave-user at lists.r-forge.r-project.org
Install via install.packages('RcppOctave') produces the same error as last year
The fix has not made it to CRAN yet so, I don't expect this to work.The error you see in this case is not related to the changes in 4.0.0, but was a bug that I think only appears if Octave is not found in the usual location, which I believe is your case (it does not shows up on CRAN checks).
Error : bad 'S3method' directive: S3method(.DollarNames.Octave)
My bad on this one.A fix is now in both master and develop on GitHub.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcppoctave-user/attachments/20150605/2d00b340/attachment.html>
More information about the Rcppoctave-user
mailing list