Coder Social home page Coder Social logo

Comments (6)

gtonkinhill avatar gtonkinhill commented on August 16, 2024

Hi, are you able to install both Rcpp and RcppArmadillo? These are dependencies and might be causing the problem. They can be installed by running:

install.packages("Rcpp")
install.packages("RcppArmadillo")

If this doesn't work, I am in the process of putting fastbaps on conda which should make it more portable.

from fastbaps.

kyakimovich avatar kyakimovich commented on August 16, 2024

Ya, they are already installed, still not working :/. My friend with a PC could install it fine, so maybe its a Mac thing?

from fastbaps.

gtonkinhill avatar gtonkinhill commented on August 16, 2024

Sorry for the delay in getting back to you. I actually developed it on Mac so that shouldn't be the problem. It looks like something strange is happening with the way it is compiling as it cant seem to find the math.h c++ libraries. These should be available given you seem to have x-code installed. It could be something to do with your ~/.R/Makevars I'm trying to set up a conda package with fastbaps pre-installed so hopefully that should solve the issue. I'll let you know when I've got it set up.

from fastbaps.

maesaar avatar maesaar commented on August 16, 2024

@gtonkinhill I have same issue is there a fix?

from fastbaps.

gtonkinhill avatar gtonkinhill commented on August 16, 2024

This is an issue with how R is set up to compile c++ code on your system. It's quite tricky for me to debug remotely but fortunately someone has kindly put fastbaps on conda!

You should be able to install it in a conda environment by running

conda install -c bioconda r-fastbaps

I'm planning to update the fastbaps documentation soon to add this information amongst other things.

from fastbaps.

maesaar avatar maesaar commented on August 16, 2024

Running xcode-select --install solved my installation problem regarding compile issues.

from fastbaps.

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.