I'm working through Renv
and how it works. I was wondering how the workflow is when I start a new project and install a project from gitlab which itself contains an renv configuration.
Is there a way to copy this renv for my new project without manually downloading it? If so, how to deal with multiple packages having a renv. Is there any functionality that checks for package version mismatches? I mean, I start a new project let's call it A, which depends on B and C. Both B and C have a renv configured which I would like to merge. I guess I have to do this manually - am I right?
Would conda be the better choice?