-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue: R 3.6.0 on Ubuntu 16.04 #19
Comments
On my older Ubuntu 16.04 box with R-3.5.1, i just installed Octave 5.1 from source and tried to install RcppOctave on it. If this was successful, i was going to use the same process for a docker image with 3.5.1 on the 1st Ubuntu16.04 box (which is running R-3.6 on bare metal). But i just ran into a problem on the older 16.04 box:
Making Octave module [r_arch: all]make[1]: Entering directory '/tmp/RtmpGFexmb/Rbuild61566452bc14/RcppOctave/src/modules' Copying Octave modules to directory '/tmp/RtmpGFexmb/Rinst61567e75864/RcppOctave/modules'g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG |
I just tried to install RcppOctave from R 3.6.0 (via RStudio)
And got the error: "RcppOctave" is not available (for R version 3.6.0)
Is there any ETA for when it might become available? On a machine with R 3.5.1, it downloaded but i ran into other issues (which might resolved if i create a VM or make a docker image).
The text was updated successfully, but these errors were encountered: