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 8d6b53a commit 323baeaCopy full SHA for 323baea
R/install.R
@@ -62,7 +62,7 @@ install_impl <- function() {
62
63
stop(
64
"For debugging: these are files next to python executable ",
65
- list.files("C:\\Users\\RUNNER~1\\AppData\\Local\\R-MINI~1\\envs\\r-precommit", include.dirs = TRUE)
+ list.files("C:\\Users\\RUNNER~1\\AppData\\Local\\R-MINI~1\\envs\\r-precommit", pattern = 'pre|bin|Script', include.dirs = TRUE)
66
)
67
}
68
0 commit comments