how do i set up a profile for renv when i have a project template?
I am looking to install on init remote repos eg
Config/renv/profiles/myprofile/dependencies: rstudio/shiny, tidyverse/tidyverse
i dont quite follow this explanation in the vignette:
Profile-specific package dependencies can be declared within the project’s top-level DESCRIPTION file.
- what does a DESC file for a project look like?
- is there a full example somewhere of a DESC file and an renv init that I can see somewhere?
I tried looking in the unit tests of renv but those all write the DESC files within the context of the test temporarily.