-
Notifications
You must be signed in to change notification settings - Fork 25
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
can not install ragg in R4.4.1 #169
Comments
Hi, Not sure what is the issue BenxiaHu is having since there are no logs, but I still don't want to start another issue. Installing ragg I get this:
|
@WildPenquin Indeed, this is the error I get. I'm on an M1 Mac, so this might be a problem with support for the ARM architecture? |
@alexreg I did not state my paltform, oops ;-) This is on Arch Linux, X86_64, so it is not a platform thing. Possibly / rather a compile-from-source thing. I should also probably mention I'm using R-Studio. Many platform (all besides Windows?) compile everything in R from source (AFAIK! I'm just a regular user, I don't know that much about internals of R). I don't know what does and how does it set the compile options when doing install_packages. I suppose in 4.4.1 |
@WildPenquin Yeah, that's what I thought too, about Going forwards, I feel like the correct solution is to fix the source code in |
Thanks! Quick fix using @alexreg's changes: remotes::install_github("alexreg/ragg", ref="fix-build") |
What @WildPenquin and @alexreg describe belongs to #170 |
remotes::install_github("alexreg/ragg", ref="fix-build") does not work: /data/anaconda3/envs/R4.4/bin/../lib/gcc/x86_64-conda-linux-gnu/14.1.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find -lpng15: No such file or directory
|
Unrelated issue. You're missing the |
The original issue has been resolved by #172 |
can not install ragg in R4.4.1
The text was updated successfully, but these errors were encountered: