Skip to content

Commit

Permalink
update CreatingPharmacoSet.Rmd Refactor vignette code to install requ…
Browse files Browse the repository at this point in the history
…ired packages if not already installed
  • Loading branch information
jjjermiah committed Apr 8, 2024
1 parent 048e913 commit f5ae5e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vignettes/CreatingPharmacoSet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ vignette: |
\vspace{5pt}
\footnotesize
```{r setup, include=FALSE, cache=FALSE, message = FALSE}
if (!requireNamespace("knitr", quietly = TRUE)) {
install.packages("knitr")
}
library("knitr")
## Text results
Expand All @@ -45,9 +42,6 @@ opts_chunk$set(tidy = FALSE, comment = NA, highlight = TRUE)


```{r knitcitation, include=FALSE}
if (!requireNamespace("knitcitations", quietly = TRUE)) {
install.packages("knitcitations")
}
library(knitcitations)
cleanbib()
Expand Down

0 comments on commit f5ae5e1

Please sign in to comment.