Coder Social home page Coder Social logo

Comments (2)

farrellja avatar farrellja commented on August 23, 2024

Hi tsotnech,

I haven't encountered this problem myself. But, I can think of a few things you might try:

First, you could see whether you can install the package directly as a binary. Try either install.packages("TTR", type="binary") and see whether it works. Or alternatively, download the binary from the CRAN page directly and using install.packages("path\to\package", repos=NULL) and see whether that works.

Alternatively, it looks like you're installing on Mac OS X. Do you have the command line developer tools installed? If not, you might try installing them by typing xcode-select --install from Terminal. I believe they are required for the correct compilation of many packages, so that might help?

If not, currently, I am using R 3.4.1, destiny_2.6.2, TTR_0.23-2, and Mac OS 10.12.6 so those versions all work together.

Hope that helps; Best, Jeff

from urd.

tsotnech avatar tsotnech commented on August 23, 2024

Hi Jeff,

Thanks a lot for the suggestions, I have Xcode and I read on TTF GitHub that it might need Fortran compiler on mac, so I installed it as well but didn't help.

However installing the binary package helped. when I was trying to install destiny, it asked me to update TTR and when I updated all, it gave exactly same error. So installing the binary and not updating the TTR was a solution. I could successfully install URD afterwards.

thanks again for your help,

Best,
Tsotne

from urd.

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.