Skip to content

Commit

Permalink
See if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jul 1, 2024
1 parent 423f706 commit 74559cd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/testthat/test-rmd_leanpub_prep.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ test_that("Create Leanpub IFrames for Rmd", {
# 2. Does chapter_urls.tsv file made have columns with information that are labeled "url", "chapt_title" and "img_path"

set_up_leanpub(
path =
clean_up = TRUE,
render = TRUE,
output_dir = output_dir,
make_book_txt = make_book_txt,
quiz_dir = quiz_dir,
run_quiz_checks = run_quiz_checks,
remove_resources_start = remove_resources_start,
verbose = verbose
make_book_txt = TRUE,
quiz_dir = NULL
)

website_to_embed_leanpub(
Expand Down

0 comments on commit 74559cd

Please sign in to comment.