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
When importing an renv.lock using uvr import, the project name is always the default (the project directory name). We should add an arg --name like uvr init that allows specifying that.
We can then add and argument name = NULL to uvr::import()
When importing an renv.lock using
uvr import, the project name is always the default (the project directory name). We should add an arg--namelikeuvr initthat allows specifying that.We can then add and argument
name = NULLtouvr::import()