Skip to content

Commit 91d5db5

Browse files
use own fork until 1) {renv} is released on CRAN and 2) until pre-commit.ci runer image is re-built
1 parent e9d3637 commit 91d5db5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

renv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,16 @@
303303
},
304304
"renv": {
305305
"Package": "renv",
306-
"Version": "0.14.0-48",
306+
"Version": "0.14.0-37",
307307
"Source": "GitHub",
308308
"RemoteType": "github",
309309
"RemoteHost": "api.github.com",
310+
"RemoteUsername": "lorenzwalthert",
310311
"RemoteRepo": "renv",
311-
"RemoteUsername": "rstudio",
312-
"RemoteRef": "HEAD",
313-
"RemoteSha": "5bc3c36649925810eaf656645319819307987a00",
314-
"Hash": "07a1923dd6771cd4ddb9d24b90f344cb"
315-
},
312+
"RemoteRef": "issue-837",
313+
"RemoteSha": "16361211dee23cefb29d06daabfd84a0ac59b1bf",
314+
"Hash": "1b7628b978f0ca61b746c9dd7e2a0494"
315+
},
316316
"rex": {
317317
"Package": "rex",
318318
"Version": "1.2.0",

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "0.14.0-48"
5+
version <- "0.14.0-37"
66

77
# the project directory
88
project <- getwd()

0 commit comments

Comments
 (0)