support renv.lock ingestion from rig add#321
support renv.lock ingestion from rig add#321malcolmbarrett wants to merge 1 commit intor-lib:mainfrom
renv.lock ingestion from rig add#321Conversation
|
Thanks! Have you seen the new to install both R and the packages the project needs, in one go. This currently does not work for renv projects, only for That said, we could certainly make something like work. OTOH may be more ambiguous, but we could require a The other potential problem is that sometimes it is not possible to tell if an R installation needs updating or not, e.g. on macOS if you are using R-devel or R-next versions. But maybe this is OK and we can give some warnings. On macOS it could be also annoying the we cannot install multiple patch releases of R, so if two projects needs R x.y.z1 and R x.y.z2, then you'll keep reinstalling R when you switch between them. But that's probably also OK. |
Closes #294