8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3994a58 commit f73fb10Copy full SHA for f73fb10
pre_commit/languages/r.py
@@ -92,7 +92,9 @@ def install_environment(
92
cmd_output_b(
93
'Rscript', '--vanilla', '-e',
94
f"""\
95
- prefix_dir <- "{os.path.normpath(prefix.prefix_dir)}"
+ prefix_dir <- "{
96
+ prefix.prefix_dir.encode('unicode_escape').decode()
97
+ }"
98
missing_pkgs <- setdiff(
99
"renv", unname(installed.packages()[, "Package"])
100
)
0 commit comments