RcppOctave icon indicating copy to clipboard operation
RcppOctave copied to clipboard

Trouble installing development branch

Open iembry-USGS opened this issue 8 years ago • 3 comments

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

iembry-USGS avatar Jun 22 '17 23:06 iembry-USGS

I merged compatibility fixes just now, can you please re-try?

renozao avatar Jun 23 '17 08:06 renozao

@renozao I just tried again and I still am receiving the same error message. Thank you.

Irucka

iembry-USGS avatar Jun 24 '17 04:06 iembry-USGS

@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

iembry-USGS avatar Jul 19 '17 16:07 iembry-USGS