RcppOctave
RcppOctave copied to clipboard
Seamless Interface to Octave -- and Matlab code
install.packages("RccpOctave") results in the warning: Warning in install.packages : package ‘RccpOctave’ is not available for this version of R I use R version (4.1.1). Is there an update of the...
Thanks for all your work on this project. I am unable to install RcppOctave despite having successfully installed Octave on my Macbook Pro. I have downloaded the most recent archived...
Many thanks for your work on this project. Please find the log below when trying to build the package using R 4.0.3 on Ubuntu 20.04. Let me know if any...
New versions of Octave (beginning with the soon to be released version 6, cf. http://hg.savannah.gnu.org/hgweb/octave/rev/80c42f4cca13 ) have replaced the `is_empty` operation for octave_value types with `isempty`. The error message from...
I just tried to install RcppOctave from R 3.6.0 (via RStudio) > install.packages("RcppOctave", repos="http://R-Forge.R-project.org") And got the error: "RcppOctave" is not available (for R version 3.6.0) Is there any ETA...
I am currently using: R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" RcppOctave 0.18.1 GNU Octave 3.8.1 Trisquel 7.0 (Ubuntu 14.04) I unsuccessfully installed the development branch through the `ghit`...
Hi, I am attempting to follow some examples of `fplot` in GNU Octave with RcppOctave. Although there are errors in GNU Octave, all 3 of the plots are drawn, but...
As the title said. here is part of the log. R version 3.3.2, OS Ubuntu 16.04 64 bits. ``` In file included from rcpp_octave.cpp:60:0: /usr/local/include/octave-4.2.0/octave/../octave/sighandlers.h:95:14: note: declared here static auto&...
Hello: I am trying to call the statistics package from **RcppOctave** like this: ` .CallOctave("pkg load statistics") ` But I get this error: Error in .CallOctave("pkg load statistics") : RcppOctave...