renozao / RcppOctave

Seamless Interface to Octave -- and Matlab code
18 stars 9 forks source link

How to call a package #16

Open AlfonsoRReyes opened 7 years ago

AlfonsoRReyes commented 7 years ago

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.