Hi,
Thanks for this great product!
I have a base project for a teaching workspace with R version 3.6.3 with several packages installed.
When a student creates a new project in Rstudio Cloud with the New Project option, the installed packages are inherited from the base project and the R version is preserved at 3.6.3.
When a student creates a new project in Rstudio Cloud with the New Project from Git Repo option, the installed packages are not inherited and the R version launched is 4.0.0.
I think this is related to this problem RStudio Cloud - Package Installation Issue but I'm not really sure how to proceed.
Any thoughts?