This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Allow specified R version in electrify()
and install_r()
#272
Comments
gorcha
changed the title
All specified R version in
Allow specified R version in Apr 27, 2020
electrify()
and install_r()
electrify()
and install_r()
I'm troubled by this too! |
I've added an argument that lets you specify the url to the mac tar.gz and will merge it in when it passes checks. The versioning with Windows was meant to be achieved by using MRAN to keep R and package installation in sync by specifying a date, that will install packages available on that date, along with the R version that is most recent as of that date. |
Feel free to reopen if for some reason the MRAN method isn't sufficient. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently
electrify()
always installs the most recent version of R on Windows, and uses a hard coded version for Mac.It'd be great if there were an option allowing the user to specify the R version in
electrify()
orinstall_r()
.The text was updated successfully, but these errors were encountered: