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 b762c54 commit 3c840efCopy full SHA for 3c840ef
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