I just did renv::install("lme4")
followed by renv::snapshot()
. The package installed successfully, and the lockfile is updated:
Lockfile written to '.../renv.lock'
but there is no "lme" keyword in this lockfile. Shouldn't the lockfile have updated after I retook the snapshot?