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 9e9d513 commit fc0d2cfCopy full SHA for fc0d2cf
1 file changed
tests/testthat/test-install.R
@@ -39,6 +39,8 @@ test_that("install_cmdstan() errors if installation already exists", {
39
})
40
41
test_that("install_cmdstan() errors if it times out", {
42
+ skip_if(!is.null(cmdstan_test_tarball_url))
43
+
44
if (getRversion() < '3.5.0') {
45
dir <- tempdir()
46
} else {
0 commit comments