Skip to content

Commit

Permalink
Fix path in S3
Browse files Browse the repository at this point in the history
  • Loading branch information
jandraor committed Jun 15, 2021
1 parent 5a0dfc1 commit 6f85752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ stan_model <- paste(
stan_text <- paste(stan_fun, stan_data, stan_params,
stan_tp, stan_model, sep = "\n")
stan_flr <- "./Stan_files/Synthetic_data"
stan_fldr <- "./Stan_files/Synthetic_data"
dir.create(stan_fldr, showWarnings = FALSE, recursive = TRUE)
Expand Down

0 comments on commit 6f85752

Please sign in to comment.