Skip to content

Commit 96f46a4

Browse files
authored
Merge pull request #18 from kbenoit/fix-vignette
Fixes the error that Matrix is not found
2 parents 16a6c83 + 6593c34 commit 96f46a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/technical_integration.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vignette: >
1010
%\VignetteIndexEntry{Technical Integration - Using textAnnotatoR with Other R Tools}
1111
%\VignetteEngine{knitr::rmarkdown}
1212
%\VignetteEncoding{UTF-8}
13-
%\VignetteDepends{dplyr, ggplot2}
13+
%\VignetteDepends{dplyr, ggplot2, quanteda}
1414
---
1515

1616
```{r setup, include=FALSE}
@@ -111,7 +111,7 @@ This structure makes it readily compatible with standard R data manipulation too
111111

112112
The [quanteda](https://quanteda.io/) package is a powerful framework for text analysis. Here's how you can combine textAnnotatoR annotations with quanteda:
113113

114-
```{r eval=TRUE}
114+
```{r, eval = requireNamespace("quanteda", quietly = TRUE)}
115115
library(quanteda)
116116
library(quanteda.textstats)
117117
library(dplyr)

0 commit comments

Comments
 (0)