Skip to content

Commit

Permalink
Removed captioner
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Oct 4, 2023
1 parent a9395e5 commit 14e7bfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ packages:
package_github_student:
packages_cran_repo:
- bookdown
- captioner
- formattable
- formatR
- kableExtra
Expand Down
5 changes: 0 additions & 5 deletions assets/header-lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@
# load libraries
library(knitr) # runs pandoc
library(bookdown) # for markdown
library(captioner) # for table and figure captions
library(fontawesome) # icons
# fontawesome dependency
fa <- rmarkdown::html_dependency_font_awesome()
fa$attachment <- "fonts/fontawesome-webfont.ttf"
htmltools::tagList(fa)
# prepare captions
tc <- captioner::captioner(prefix="<b>Tab. </b>")
fc <- captioner::captioner(prefix="<b>Fig. </b>")
# turn off terminal colors
options(crayon.enabled = FALSE)
Expand Down

0 comments on commit 14e7bfd

Please sign in to comment.