-
Notifications
You must be signed in to change notification settings - Fork 22
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
Prerequisits for Fedora #105
Conversation
This way the command can be directly copied and used
You need additionally
|
And the same applies to Ubuntu. |
Now, after the above
as it should be (IMO). Using
I can also quickly reproduce the above output (when inside the build directory), I do
Now that is not really crucial functionality, but (only) needed when installing packages such as CRAN's https://cran.r-project.org/package=rJava or one of its dozens of reverse dependencies.
and also .. Note that the R Administration manual contains some more details (not easy to understand if you are not "java person"), e.g. |
R doesn't find the JDK unless we set @llrs You could take the installation of the JDK (
where this path is |
The guide at https://cran.r-project.org/bin/linux/fedora/ says to keep R updated on Fedora using sudo dnf install R. Using dnf to update R leaves me with R version 4.1.3 The current version appears to be 4.2.2 What is the issue here? How can I keep my R package up to date on Fedora? |
@AlexElledge Unfortunately we lagged behind updating R for Fedora 36 due to personal and organizational issues, so we have v4.1.3 there. Fedora 37 is launched this week with R 4.2.2. |
I think this should be discussed more publicly on R-SIG-Fedora (the dedicated mailing list): But as Inaki @Enchufa2 has replied already: |
Not exactly. Running this pulls @AlexElledge And now that we are at it, when there's a mismatch between the R version in the current release of Fedora and rawhide, there's a straighforward way to run the latest R version (and any software in rawhide, for that matter) via toolbox, as explained here. |
@Enchufa2 thanks for the info! I'll be upgrading to 37 in a couple weeks so that's good to know. I don't really know what the process is for pushing updates to the official repository is, but if it's something you can train someone on fairly easily then I would volunteer to help in the future. |
Thanks @mmaechler and @Enchufa2 for the feedback! I included rsync but I left the java dependency as it was to not complicate the process. I wait to merge #74 before merging this @hturner and @nbenn, but if you have any other feedback, the java installation/dependency or other, let me know. |
I agree to leave the java dependency out for now, as our focus is on a straight-forward setup for people contributing to base R. So I've merged this in. |
Thanks to @Enchufa2 I got the dependencies in Fedora.
This PR is meant to merge after the windows one at #74