Skip to content

Commit

Permalink
Attempt #3 to silence installation
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinehebert committed Mar 23, 2021
1 parent 229607e commit d748524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pres-en/workshop07-pres-en.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output:
---
class: inverse, center, middle

```{r setup, echo = FALSE, message=FALSE, warning=FALSE, results=0}
```{r setup, echo = FALSE, message=FALSE, warning=FALSE, include = FALSE}
knitr::opts_chunk$set(
comment = "#",
collapse = TRUE,
Expand All @@ -37,7 +37,7 @@ options(repos = structure(
# Install xaringanExtra
if(nzchar(system.file(package = "xaringanExtra")) == FALSE) {remotes::install_github("gadenbuie/xaringanExtra", upgrade = "always")}
if(nzchar(system.file(package = "xaringanExtra")) == FALSE) {remotes::install_github("gadenbuie/xaringanExtra", upgrade = "always", quiet = TRUE)}
# Include copy-to-clipboard icons
Expand Down

0 comments on commit d748524

Please sign in to comment.