Skip to content

Commit

Permalink
test: Use NULL in renv/activate.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Dec 5, 2023
1 parent e8b564f commit 4b96bc5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4b96bc5

Please sign in to comment.