Skip to content

Commit

Permalink
revert renv settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Sep 28, 2023
1 parent d0caea2 commit 80aa926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local({

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

# the project directory
project <- getwd()
Expand Down
2 changes: 1 addition & 1 deletion renv/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bioconductor.version": null,
"bioconductor.version": "3.17",
"external.libraries": [],
"ignored.packages": [],
"package.dependency.fields": [
Expand Down

0 comments on commit 80aa926

Please sign in to comment.