Trouble installing development branch
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 package.
library(ghit); install_github(repo = "renozao/RcppOctave[develop]")
Error: Package build for RcppOctave failed with the following output:
* checking for file ‘/tmp/RtmpAkNtud/RcppOctave1508197749d5/DESCRIPTION’ ... OK
* preparing ‘RcppOctave’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* running ‘cleanup’
* installing the package to process help pages
-----------------------------------
* installing *source* package ‘RcppOctave’ ...
checking R architecture... none
checking for R... /usr/lib/R/bin/R
checking for Rscript... /usr/lib/R/bin/Rscript
checking whether loading Rprofile writes to stdout... no
checking R version... R version 3.4.0 (2017-04-21)
checking R platform... x86_64-pc-linux-gnu
checking R CC... gcc -std=gnu99
checking R CFLAGS... -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=
format-security -D_FORTIFY_SOURCE=2 -g
checking R CPPFLAGS...
checking R CXXFLAGS... -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=
format-security -D_FORTIFY_SOURCE=2 -g
checking f
When will you merge the development with the master branch?
Thank you.
Irucka
I merged compatibility fixes just now, can you please re-try?
@renozao I just tried again and I still am receiving the same error message. Thank you.
Irucka
@renozao Does RcppOctave require that GNU Octave is installed from source code or can Octave be installed via a package manager on GNU/Linux distributions?
Thank you.
Irucka