Skip to content
Snippets Groups Projects
Commit a9313f8b authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Fixed reference to BiocStyle

parent d07f8fa9
No related branches found
No related tags found
1 merge request!8Vignette: i2dash introduction
Pipeline #120818 passed
......@@ -21,7 +21,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---
Vignette last complied on `r Sys.Date()`. i2dash is licenced under `r packageDescription("i2dash")[["License"]]`.
Vignette last complied on `r Sys.Date()`. i2dash is licenced under `r utils::packageDescription("i2dash")[["License"]]`.
```{r style, echo = FALSE, results = 'asis'}
BiocStyle::markdown()
......@@ -51,7 +51,7 @@ The R package i2dash provides classes and functionality to programatically creat
## Installation
The package can be installed with the `r BiocStyle::BiocStyle::CRANpkg("remotes")` library:
The package can be installed with the `r BiocStyle::CRANpkg("remotes")` library:
```{r, eval=FALSE}
remotes::install_git(url = "https://gitlab.gwdg.de/loosolab/software/i2dash.git", repos = BiocManager::repositories())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment