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.
2 parents b762c54 + 3c840ef commit bceb482Copy full SHA for bceb482
1 file changed
R/install.R
@@ -203,8 +203,7 @@ install_cmdstan <- function(dir = NULL,
203
} else {
204
untar_rc <- utils::untar(
205
dest_file,
206
- exdir = dir_cmdstan,
207
- extras = "--strip-components 1"
+ exdir = dir
208
)
209
if (untar_rc != 0) {
210
stop("Problem extracting tarball. Exited with return code: ", untar_rc, call. = FALSE)
0 commit comments