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
In particular, if we clear the attribute with attr(repos, "RStudio") <- NULL then there is no way that repos could ever be identical to rstudio later on.
There is a very similar check elsewhere that does look more correct
Related to #1963
It looks like this code probably isn't working as intended
renv/R/lockfile.R
Lines 39 to 54 in 8573b0d
In particular, if we clear the attribute with
attr(repos, "RStudio") <- NULL
then there is no way thatrepos
could ever be identical torstudio
later on.There is a very similar check elsewhere that does look more correct
renv/R/init.R
Lines 313 to 338 in 91e9553
The text was updated successfully, but these errors were encountered: