From f65f84afade6f22dc9da64e3683a420695e310f7 Mon Sep 17 00:00:00 2001 From: Elliot Gould Date: Mon, 6 Nov 2023 17:48:58 +1100 Subject: [PATCH] #13 turn off use cache and reinstall lme4,rlang, update renv.lock --- renv.lock | 7 +++++-- renv/settings.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/renv.lock b/renv.lock index eb0cc8f..e007860 100644 --- a/renv.lock +++ b/renv.lock @@ -3295,9 +3295,12 @@ "renv": { "Package": "renv", "Version": "1.0.3", - "OS_type": null, + "Source": "Repository", "Repository": "CRAN", - "Source": "Repository" + "Requirements": [ + "utils" + ], + "Hash": "41b847654f567341725473431dd0d5ab" }, "reprex": { "Package": "reprex", diff --git a/renv/settings.json b/renv/settings.json index ffdbb32..95f45ed 100644 --- a/renv/settings.json +++ b/renv/settings.json @@ -11,7 +11,7 @@ "ppm.ignored.urls": [], "r.version": null, "snapshot.type": "implicit", - "use.cache": true, + "use.cache": false, "vcs.ignore.cellar": true, "vcs.ignore.library": true, "vcs.ignore.local": true,