For #36tags/v0.4.0
| if (!requireNamespace("showtext", quietly = TRUE)) { | if (!requireNamespace("showtext", quietly = TRUE)) { | ||||
| return(invisible()) | return(invisible()) | ||||
| } | } | ||||
| curr_fst <- knitr::opts_chunk$get("fig.showtext") | |||||
| curr_fst_chunk <- knitr::opts_current$get("fig.showtext") | |||||
| curr_fst <- curr_fst_chunk %||% knitr::opts_chunk$get("fig.showtext") | |||||
| if (!is.null(curr_fst) && identical(curr_fst, FALSE)) { | if (!is.null(curr_fst) && identical(curr_fst, FALSE)) { | ||||
| return(invisible()) | return(invisible()) | ||||
| } | } |