Skip to content

Commit

Permalink
create models dir in correct location from children subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Sep 16, 2024
1 parent 89df29a commit fec6495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/children/chunk_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ if (capabilities("cairo") && Sys.info()[['sysname']] != "Darwin") {
dev.args = list(png = list(type = "cairo"))
)
}
dir.create("models", showWarnings = FALSE)
dir.create(file.path("..", "models"), showWarnings = FALSE)
```

0 comments on commit fec6495

Please sign in to comment.