Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Aug 15, 2024
1 parent 896d289 commit cffeeb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"renv": {
"Package": "renv",
"Version": "1.0.7",
"OS_type": NA,
"Repository": "CRAN",
"Source": "Repository",
"Repository": "RSPM",
"Hash": "397b7b2a265bc5a7a06852524dabae20",
"Requirements": []
}
}
Expand Down
4 changes: 2 additions & 2 deletions renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
local({

# the requested version of renv
version <- ..version..
attr(version, "sha") <- ..sha..
version <- "1.0.7"
attr(version, "sha") <- NULL

# the project directory
project <- Sys.getenv("RENV_PROJECT")
Expand Down

0 comments on commit cffeeb2

Please sign in to comment.