Open PirateGrunt opened 4 years ago
Oops I had the wrong instructions in the readme. Correct incantation is renv::init()
then renv::restore()
otherwise it messes with your "global" library. Give that a shot then if it doesn't help, provide the output of renv::diagnostics()
and we'll take a look.
I'm an
renv
novice, so apologies if this is an obvious question. When runningrenv::restore
, I get the message* The library is already synchronized with the lockfile.
. Yet RStudio tells me that I don't haverecipes
,tfdatasets
and two others. I know that I haverecipes
installed globally, but it doesn't look as though it appears in the filerenv.lock
.Does the lockfile simply need to be updated?