-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to install after updating to R 4.4 #25
Comments
After some hours trying things, I was able to find a way around. Instead of installing with R, install from source: Download the unigd_0.1.1.tgz from CRAN
|
Having the same issue and for me installing 0.1.2 from the tarball here on Github did not help (maybe not surprising).
What did work was to remove my .R\Makevars which includes the following (to get OpenMP to work with data.table and fixest). So there must be some conflict with the settings there.
|
Got the same issue on:
Installing the unigd tarball did not work on my device either. |
Describe the bug
After updating to R 4.4 I am unable to install unigd
To Reproduce
install.packages("unigd")
remotes::install_github("nx10/unigd")
Screenshots
Environment
Additional context
I installed all necessary system requirements described (https://nx10.github.io/unigd/articles/a00_installation.html#system-requirements) including XQuartz.
The text was updated successfully, but these errors were encountered: