* installing *source* package ‘RcppOctave’ ...
** package ‘RcppOctave’ successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether R is a shared library... yes
Using R LDFLAGS: -F/Library/Frameworks/R.framework/.. -framework R
Using R CPPFLAGS: -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386
checking for octave-config... no
checking for mkoctfile... no
configure: error: octave-config not found, is Octave installed?
-> On Debian/Ubuntu please check that the required packages are installed:
* For Octave 3.6 (works out of the box):
sudo apt-get install octave liboctave-dev
# install as usual in R
install.packages('RcppOctave')
* For Octave 3.2.4 (might require extra command)
sudo apt-get install octave3.2 octave3.2-headers
# requires to ecplicitly export Octave lib directory
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`octave-config -p OCTLIBDIR`
# install as usual in R
install.packages('RcppOctave')
ERROR: configuration failed for package ‘RcppOctave’
* removing ‘/Volumes/XT3/Rdev-web/QA/Simon/packages/leopard-universal/results/2.15/RcppOctave.Rcheck/RcppOctave’