I'm a long-time renv fan and user but on upgrading to renv 1.0.0 I'm now tearing my hair out. Every time I open a new project and run a script, after the first library command renv gives me a message:
What do you want to do?
1: Snapshot, just using the currently installed packages.
2: Install the packages, then snapshot.
3: Cancel, and resolve the situation on your own.
Selection:
Prior to v1.0.0 it just reported there was an inconsistency but didn't show a message requesting user input. I know I can just shapshot but I wanted to see if I could disable this request for user input.
So I looked at the documentation and tried
RENV_CONFIG_SYNCRONIZED_CHECK = FALSE
In my .Renviron file. And re-loaded my project. But I still get the same thing. Any suggestions? Or is it impossible to disable this?