question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for R 4.0

See original GitHub issue

Proposed 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 the rocker/binder image, though no 4.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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
betatimcommented, Sep 15, 2020

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.

1reaction
scottyhqcommented, May 27, 2020

Ah, thanks @betatim - i missed those recent changes since I was using the latest release locally (jupyter-repo2docker==0.11).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found