RcppOctave icon indicating copy to clipboard operation
RcppOctave copied to clipboard

How to call a package

Open AlfonsoRReyes opened this issue 9 years ago • 0 comments

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 - error in Octave function pkg load statistics: feval: function 'pkg load statistics' not found

My Linux Octave (Mint 18) can load the package with no problem.

AlfonsoRReyes avatar Jan 11 '17 22:01 AlfonsoRReyes