What docker image you are using?
datascience-notebook
What do you expect to happen?
To have latest R version which currently is 3.6
What actually happens?
R 3.5
If someone wants to pick this up and submit a PR, here are the steps that need to be done.
r-base to the latest version (3.6.1 at the time of this writing) from conda-forge in datascience-notebook, r-notebook, and all-spark-notebookr-* packages in those images for compatibility and to get to the latest version available anyway.Resolved in #918.
Most helpful comment
If someone wants to pick this up and submit a PR, here are the steps that need to be done.
r-baseto the latest version (3.6.1 at the time of this writing) from conda-forge in datascience-notebook, r-notebook, and all-spark-notebookr-*packages in those images for compatibility and to get to the latest version available anyway.