Tidy up unused images and dependencies (#1133)
* Remove unused images. Fixes #1132 * Remove unused dependencies
|
Before Width: | Height: | Size: 326 KiB |
|
Before Width: | Height: | Size: 258 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 177 KiB |
BIN
images/blank.png
|
Before Width: | Height: | Size: 6.7 KiB |
@@ -1,28 +0,0 @@
|
||||
is_latex <- function() {
|
||||
identical(knitr::opts_knit$get('rmarkdown.pandoc.to'), "latex")
|
||||
}
|
||||
|
||||
embed_jpg <- function(path, dpi) {
|
||||
dim <- jpg_dim(path)
|
||||
|
||||
if (is_latex()) {
|
||||
width <- round(dim[2] / dpi, 2)
|
||||
|
||||
knitr::asis_output(paste0(
|
||||
"\\includegraphics[",
|
||||
"width=", width, "in",
|
||||
"]{", path, "}"
|
||||
))
|
||||
} else {
|
||||
knitr::asis_output(paste0(
|
||||
"<img src='", path, "'",
|
||||
" width='", round(dim[2] / (dpi / 96)), "'",
|
||||
" height='", round(dim[1] / (dpi / 96)), "'",
|
||||
" />"
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
jpg_dim <- function(path) {
|
||||
dim(jpeg::readJPEG(path, native = TRUE))
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 390 KiB |
|
Before Width: | Height: | Size: 728 KiB |
|
Before Width: | Height: | Size: 538 KiB |
|
Before Width: | Height: | Size: 341 KiB |
|
Before Width: | Height: | Size: 610 KiB |
|
Before Width: | Height: | Size: 468 KiB |
|
Before Width: | Height: | Size: 480 KiB |
|
Before Width: | Height: | Size: 517 KiB |
|
Before Width: | Height: | Size: 534 KiB |
|
Before Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 660 KiB |
|
Before Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 191 KiB |
|
Before Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 312 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 365 KiB |
|
Before Width: | Height: | Size: 192 KiB |
|
Before Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 214 KiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 313 KiB |
|
Before Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 535 KiB |
|
Before Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 636 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 979 KiB |
|
Before Width: | Height: | Size: 348 KiB |