1 parent 8393a4d commit c97a9e8Copy full SHA for c97a9e8
1 file changed
R/stan_cmdstan_path.R
@@ -49,5 +49,6 @@ stan_cmdstan_path <- function(
49
cmdstan_valid(path),
50
path,
51
cmdstanr("cmdstan_default_path")(dir = path)
52
- ) %|||% ""
+ ) %|||%
53
+ ""
54
}
0 commit comments