Code Monkey home page Code Monkey logo

Comments (7)

tvatter avatar tvatter commented on May 25, 2024

Hi and thanks for reporting the issue!

I am also on OSX and I have no problem to install with gcc. However, I just tried clang and can't install either, so the issue is definitely with the compiler. I also just noticed that the same thing is happening in the CRAN build, so you're not alone ;)

I am trying to understand what happened in the new version of vinecopulib, but in the meantime, you can do for instance brew install gcc and then add

CC=/usr/local/bin/gcc-7
CXX=/usr/local/bin/g++-7 

or something similar in .R/Makevars

from rvinecopulib.

tvatter avatar tvatter commented on May 25, 2024

Thomas, it appears that the problem comes from those lines

from rvinecopulib.

tvatter avatar tvatter commented on May 25, 2024

Also, since most macOS users won't be able to install as long as this is not resolved, it's a bit urgent. I should really test the package using clang or we should set-up travis for OSX, because this is really bad.

from rvinecopulib.

tnagler avatar tnagler commented on May 25, 2024

I guess this is a good opportunity to test #69. Bo, could you try installing with

devtools::install_github("vinecopulib/rvinecopulib", ref = "cout-init")

?

from rvinecopulib.

tvatter avatar tvatter commented on May 25, 2024

It worked on my computer.

from rvinecopulib.

changebo avatar changebo commented on May 25, 2024

Thanks @tnagler and @tvatter for your quick response! I can successfully install the dev branch now.

I got the following warning at the end of installation, not sure if it's critical.
Warning in FUN(X[[i]], ...) : internal error -3 in R_decompress1

from rvinecopulib.

tnagler avatar tnagler commented on May 25, 2024

Hm, I've never seen this message before and google doesn't seam to help either (found something like this). As long everything else works, I will assume it's not critical and close this issue ;)

from rvinecopulib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.