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 8d8d226 commit 833f5ecCopy full SHA for 833f5ec
R/install.R
@@ -60,7 +60,10 @@ install_impl <- function() {
60
reticulate::conda_install("r-precommit", packages = "pre-commit")
61
# C:\Users\runneradmin\AppData\Local\r-miniconda\envs\r-precommit/python.exe
62
63
- stop("For debugging: these are files next to python executable ", list.files(dirname(reticulate::conda_python("r-precommit")), pattern = "commit"))
+ stop(
64
+ "For debugging: these are files next to python executable ",
65
+ call_and_capture("conda", c("info", "--base"))$stdout
66
+ )
67
}
68
69
#' Updates pre-commit on your system with conda
0 commit comments