Add support for R 4.0
See original GitHub issueProposed change
Add support for R 4.0 to the R version map at https://github.com/jupyter/repo2docker/blob/master/repo2docker/buildpacks/r.py#L71
Alternatives:
- Installation via conda, but there the latest version is also
3.6
. - Use
holepunch
and therocker/binder
image, though no4.0.0
tag there either yet.
Alternative options
IMO: None.
Who would use this feature?
People demonstrating latest R features, or relying on latest packages requiring R 4.0, or trying to match their own environment closely.
How much effort will adding it take?
Not much, _if/when the version is available via the default Ubuntu sources.
Who can do this work?
Anyone with experience in running repo2docker tests and some R experience for testing.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Add support for R 4.0 · Issue #887 · jupyterhub/repo2docker
My vote is to suggest using https://github.com/binder-examples/r-conda as the way to get different R versions installed. To get R 4.0 support ...
Read more >R Installation and Administration
R supports the idea of architecture-specific builds, specified by adding ' r_arch= name ' to the configure line. Here name can be anything...
Read more >How to Install R 4.0 in Anaconda on Windows 10 ... - YouTube
If you get only R 3.6 after installing R 4.0. ... for watch later Like this video to show your support and love...
Read more >Installing R 4.0.2 version - Stack Overflow
You need to create a new environment and then you can install R 4.+ in Anaconda. Follow these steps. conda create --name r4-base....
Read more >Installing an updated R version (>=4.0) using conda - Biostar
An updated R version (>=4.0) is available through the conda-forge channel, so first add the channel. conda config --add channels conda-forge. We ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Following up my comment from May 2rd: https://stat.ethz.ch/pipermail/r-sig-debian/2019-November/003121.html is the message that made me think that we got lucky with using the different R versions from that PPA ever worked.
Ah, thanks @betatim - i missed those recent changes since I was using the latest release locally (jupyter-repo2docker==0.11).