Skip to content

Commit

Permalink
load conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 13, 2024
1 parent 8511d43 commit 9ca8a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/tidyverse_translation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ evaluate_chunk <- TRUE
if (!all(vapply(pkgs, requireNamespace, quietly = TRUE, FUN.VALUE = logical(1L))) || getRversion() < "4.1.0") {
evaluate_chunk <- FALSE
}
```

```{r echo=FALSE, message=FALSE, eval=evaluate_chunk}
row <- function(...) {
htmltools::div(
class = "custom_note",
Expand Down

0 comments on commit 9ca8a05

Please sign in to comment.