Today lesson about on how to update R version inside the R docker
When i ran a docker for R, the new package need the R version of 3.6.x
Mine was R version 3.4.x
How ya?
We can follow this steps to quick upgrade the R version for the Debian distro:
# Enter your docker and remove the old version of R
# Replace with
bionic which is compatible with your current system
# add the key
# Do the update
# Install new r-base of R version
# Check the new version
Hope you guys enjoy!
