Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 13, 2024
1 parent 928e574 commit 2587092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ trash.*
^altdoc$
^_quarto$
^_quarto/
inst/tinytest/tinytable_assets/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ altdoc/freeze.rds
_quarto/
^_quarto$
cran-comments.md
inst/tinytest/tinytable_assets/
2 changes: 1 addition & 1 deletion inst/tinytest/test-rmarkdown.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rmd_file <- paste0(random_string(), ".Rmd")
## not sure why PDF compilation doesn't work on Github actions
cat(sprintf(dangerous_document, "pdf_document"), file = rmd_file)
pdf_file <- gsub("\\.Rmd$", ".pdf", rmd_file )
rmarkdown::render(rmd_file, output_file = pdf_file, quiet = TRUE)
suppressWarnings(rmarkdown::render(rmd_file, output_file = pdf_file, quiet = TRUE))


# # Rmarkdown to html_document
Expand Down

0 comments on commit 2587092

Please sign in to comment.