Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #82 #83

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Fix #82 #83

merged 1 commit into from
Feb 8, 2024

Conversation

chainsawriot
Copy link
Collaborator

By running

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)

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)
```
@chainsawriot chainsawriot merged commit 1203fd6 into v0.5 Feb 8, 2024
9 checks passed
@chainsawriot chainsawriot deleted the fix82 branch February 8, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant