You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm an renv novice, so apologies if this is an obvious question. When running renv::restore, I get the message * The library is already synchronized with the lockfile.. Yet RStudio tells me that I don't have recipes, tfdatasets and two others. I know that I have recipes installed globally, but it doesn't look as though it appears in the file renv.lock.
Does the lockfile simply need to be updated?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: