Skip to content

Commit 63775ae

Browse files
committed
attempt at fixing the win11 issue
1 parent ee939e7 commit 63775ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

R/install.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ cmdstan_make_local <- function(dir = cmdstan_path(),
247247
}
248248
}
249249
}
250+
if (file.exists(make_local_path)) {
251+
file.create(make_local_path)
252+
}
250253
write(built_flags, file = make_local_path, append = append)
251254
}
252255
if (file.exists(make_local_path)) {

0 commit comments

Comments
 (0)