Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Feb 23, 2021
1 parent 37c20d3 commit f960b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit/languages/renv.py
Expand Up @@ -55,7 +55,7 @@ def install_environment(
missing_pkgs <- setdiff(
"renv", unname(installed.packages()[, "Package"])
)
options(s
options(
repos = c(CRAN = "https://cloud.r-project.org"),
renv.consent = TRUE
)
Expand Down

0 comments on commit f960b87

Please sign in to comment.