Skip to content

Commit

Permalink
Get rid of render
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jul 1, 2024
1 parent 50387b0 commit d975cb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/iframe_leanpub.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ website_to_embed_leanpub <- function(path = ".",
# Run the set up
set_up_leanpub(
path = path,
render = render,
output_dir = output_dir,
make_book_txt = make_book_txt,
quiz_dir = quiz_dir,
Expand Down
1 change: 0 additions & 1 deletion R/set_up.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ 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

0 comments on commit d975cb4

Please sign in to comment.