We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896d289 commit cffeeb2Copy full SHA for cffeeb2
renv.lock
@@ -42,9 +42,9 @@
42
"renv": {
43
"Package": "renv",
44
"Version": "1.0.7",
45
+ "OS_type": NA,
46
+ "Repository": "CRAN",
47
"Source": "Repository",
- "Repository": "RSPM",
- "Hash": "397b7b2a265bc5a7a06852524dabae20",
48
"Requirements": []
49
}
50
renv/activate.R
@@ -2,8 +2,8 @@
2
local({
3
4
# the requested version of renv
5
- version <- ..version..
6
- attr(version, "sha") <- ..sha..
+ version <- "1.0.7"
+ attr(version, "sha") <- NULL
7
8
# the project directory
9
project <- Sys.getenv("RENV_PROJECT")
0 commit comments