Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Nov 8, 2024
1 parent 2aab394 commit 6d401c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/create-tempdir-for-latex.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
#' tinytex::latexmk("resdoc.tex")
#' setwd(root_dir)
#' }
create_tempdir_for_latex <- function(type = c("resdoc", "sr", "techreport", "manureport"),
create_tempdir_for_latex <- function(type = c("resdoc",
"sr",
"techreport",
"manureport"),
where = c("r", "b"),
tmp_dir = NULL,
root_dir = here()) {
Expand Down

0 comments on commit 6d401c6

Please sign in to comment.