Change usage to avoid warnings for quanteda v3#21
Merged
sborms merged 2 commits intoSentometricsResearch:masterfrom Mar 30, 2021
Merged
Change usage to avoid warnings for quanteda v3#21sborms merged 2 commits intoSentometricsResearch:masterfrom
sborms merged 2 commits intoSentometricsResearch:masterfrom
Conversation
- texts() is replaced by as.character()
Collaborator
|
Thanks Ken! Happy you are willing to do the efforts to keep dependent packages in check. |
Contributor
Author
|
We try! Getting v3 out is proving complicated, but happy that there's one less package to break now. |
odelmarcelle
pushed a commit
to odelmarcelle/sentometrics
that referenced
this pull request
Apr 9, 2021
Change usage to avoid warnings for quanteda v3 Former-commit-id: 73b067b Former-commit-id: e71d8d74917123fd360ea1ec99c337668757ab06
odelmarcelle
pushed a commit
to odelmarcelle/sentometrics
that referenced
this pull request
Apr 10, 2021
Change usage to avoid warnings for quanteda v3 Former-commit-id: 73b067b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
texts()is replaced byas.character()in the forthcoming quanteda v3 release. This PR updates the usage, to avoid warnings when using v3.