I have 2 computers (a PC and a server) with debian buster as OS. I need to backport the R language version from 3.5.2 to 3.6.3 on both. I follow this guide : https://cran.rstudio.com/bin/linux/debian/.
And so, on both configuration of apt, the same apt source file is set for R CRAN :
deb https://mirror.ibcp.fr/pub/CRAN/bin/linux/debian buster-cran35/
But the r-base package version is different on the 2 computers. On the server, there is the desired 3.6.3 version and on the PC this is the legacy 3.5.2 version still installed.
When I use apt dist-upgrade on the server, R version upgrade but not on the PC.
I try to unsintall all R packages on the PC and force to install R with the desired version but it does'nt work. I try to use aptitude to see missing dependencies but nothing regarding R (just one for firefox).
How can I do to upgrade the backport version of R on the PC, did I miss something ?
arnome.