-
Notifications
You must be signed in to change notification settings - Fork 42
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
Issues with downloading the package #3
Comments
@jjchern , any insights? |
@gabyd You're right, it's an issue with Mac OS. The flag For example, the ~ $ /usr/bin/clang --version
Apple LLVM version 9.1.0 (clang-902.0.39.1) The official R project suggests updating the compiler tools:
You can go to the following link and find the recommended clang and gfortran: https://cloud.r-project.org/index.html Then, you can
That is, run the following command export PATH=/usr/local/clang6/bin:$PATH in your bash shell to update the PATH variable. After these two steps, you can check the version of the clang again, and it should be like the following: ~ $ clang --version
clang version 6.0.0 (tags/RELEASE_600/final) These new macOS toolchains will enable you to compile other R packages that use devtools::install_github("paulgp/bartik-weight/R-code/pkg") References |
Great, please try this out @gabyd. |
Having an issue with downloading the bartik-weight package.
Have tried the homebrew solutions here velocyto-team/velocyto.R#2 but have had no luck.
I don't know much about this, but from my cursory glance, it might be an issue with Mac OS (which is what I'm running this on)?
Pasting the error message below.
The text was updated successfully, but these errors were encountered: