Skip to content

Commit

Permalink
Fix broken close command
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Jun 26, 2024
1 parent d4509d7 commit 851987a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/model_fitting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ tmp <- tempfile()
write_stan(simple_model, destination = tmp)
first_part <- head(readLines(tmp), 10)
cat(paste(first_part, collapse = "\n"))
close(tmp)
```

## Sampling Parameters
Expand Down

0 comments on commit 851987a

Please sign in to comment.