Skip to content

Commit

Permalink
Went a bit overboard on deleting render
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jul 1, 2024
1 parent 63da0ca commit 18d8521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/set_up.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ copy_quizzes <- function(quiz_dir = "quizzes", output_dir = "manuscript") {
#'
set_up_leanpub <- function(path = ".",
clean_up = FALSE,
render = NULL,
output_dir = "manuscript",
make_book_txt = FALSE,
quiz_dir = "quizzes",
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
utils::globalVariables(c(
"num", "quiz_dir", "type_url", "file_name", "trimmed", "quiz",
"quiz_path", "type", "q_num", "verbose", "chapt_title", "data_path", "image_dir",
"convert_footnotes"
"convert_footnotes", "rmd_files"
))


Expand Down

0 comments on commit 18d8521

Please sign in to comment.