Hi,
I have a shiny project built under R version 3.6. I used renv to make sure an identical version of packages installed when I move a project from one system to another system. However, the problem arose when I updated R from 3.6 to the latest 4.1. I wonder, how can I install the same versions of packages which were previously installed in version 3.6. ? I tried using renv::restore() But no success.
P.S. : My shiny project also includes several packages from R bioconductor version 3.9.
Thanks.
...