Skip to content

Commit

Permalink
Add 'dplyr' to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Sep 28, 2023
1 parent 28e5985 commit 54dd436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/slurmjobs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ library("RefManageR")
## Write bibliography information
bib <- c(
dplyr = citation("dplyr")[1],
R = citation(),
BiocStyle = citation("BiocStyle")[1],
knitr = citation("knitr")[1],
Expand Down Expand Up @@ -89,6 +90,7 @@ citation("slurmjobs")

```{r "start", message=FALSE}
library("slurmjobs")
library("dplyr")
```

Edit this as you see fit =)
Expand Down Expand Up @@ -139,6 +141,7 @@ The `r Biocpkg("slurmjobs")` package `r Citep(bib[["slurmjobs"]])` was made poss

* R `r Citep(bib[["R"]])`
* `r Biocpkg("BiocStyle")` `r Citep(bib[["BiocStyle"]])`
* `r CRANpkg("dplyr")` `r Citep(bib[["dplyr"]])`
* `r CRANpkg("knitr")` `r Citep(bib[["knitr"]])`
* `r CRANpkg("RefManageR")` `r Citep(bib[["RefManageR"]])`
* `r CRANpkg("rmarkdown")` `r Citep(bib[["rmarkdown"]])`
Expand Down

0 comments on commit 54dd436

Please sign in to comment.