Skip to content

Commit

Permalink
knitr username with space
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Oct 12, 2023
1 parent 5ebccc8 commit 2d8e2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/app/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ knitr::opts_chunk$set(
message = FALSE,
warning = FALSE,
error = TRUE,
fig.path = normalizePath(tempdir(), winslash = "/"),
# fig.path = normalizePath(tempdir(), winslash = "/"),
dpi = 144,
screenshot.force = FALSE
# dev = "svg" ## too slow with big scatter plots on server-side
Expand Down
2 changes: 1 addition & 1 deletion inst/app/tools/app/report_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ knit_it <- function(report, type = "rmd") {
quiet = TRUE
)

## removing annoying fig.caps for unnamed chunks
## removing fig.caps for unnamed chunks
md <- gsub("<p class=\"caption\">plot of chunk unnamed-chunk-[0-9]+</p>", "", md)

## add basic styling to tables
Expand Down

0 comments on commit 2d8e2da

Please sign in to comment.