Skip to content
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

allow installing R 4 via Conda #498

Merged
merged 2 commits into from
Aug 30, 2023
Merged

allow installing R 4 via Conda #498

merged 2 commits into from
Aug 30, 2023

Conversation

palday
Copy link
Collaborator

@palday palday commented Aug 29, 2023

closes #497

CI failure seems to be: JuliaLang/julia#50611

@palday palday requested a review from ararslan August 29, 2023 00:34
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (305efff) 75.16% compared to head (4349653) 75.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #498   +/-   ##
=======================================
  Coverage   75.16%   75.16%           
=======================================
  Files          25       25           
  Lines        1623     1623           
=======================================
  Hits         1220     1220           
  Misses        403      403           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@palday palday merged commit 19117e2 into master Aug 30, 2023
@palday palday deleted the palday-patch-1 branch August 30, 2023 01:06
@PallHaraldsson
Copy link
Contributor

I'm a bit surprised this wasn't possible before, with R 4.0 quite old. Does it simply mean that People used 4.x e.g. 4.3 before, just preinstalled, not using Conda? I.e. the Conda option no used much, or any other reason delaying adding support for R 4 with it?

Since it's possible to use Conda to install, has it been thought about to have it as an auto-install option?

@palday
Copy link
Collaborator Author

palday commented Sep 11, 2023

@PallHaraldsson R is automatically installed via Conda if system R isn't found. All of this is documented: https://juliainterop.github.io/RCall.jl/stable/installation/

Also, this change was only for the auto-install via Conda. Previously, R could be whatever you wanted as long as you installed it yourself. For example, I've regularly used RCall with R 4.3 for a while now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RCall.jl failed to build with Conda (23.3.1)
3 participants