Skip to content

Commit

Permalink
Fix #82 (#83)
Browse files Browse the repository at this point in the history
By running

```r
require(quanteda) # 3.3.1
afinn <- dictionary(afinn)
usethis::use_data(afinn, overwrite = TRUE)
abstracts_dfm <- dfm(abstracts_dfm)
usethis::use_data(abstracts_dfm, overwrite = TRUE)
```
  • Loading branch information
chainsawriot authored Feb 8, 2024
1 parent 29ab65c commit 1203fd6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Imports:
cli,
stats,
utils
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.2),
text2vec (>= 0.6),
Expand Down
Binary file modified data/abstracts_dfm.rda
Binary file not shown.
Binary file modified data/afinn.rda
Binary file not shown.

0 comments on commit 1203fd6

Please sign in to comment.