Open fib37619 opened 1 month ago
Hi @fib37619,
Have you made it work somehow already?
I am sorry, I am not working in academia anymore (or do much R these days)—so I have little time to support this package further.
As a quick fix, would it work to downgrade quanteda?
require(remotes)
install_version("quanteda", version = "2.1.2")
or this
install.versions('quanteda', '2.1.2')
The run_popdict() command is not longer working since texts()` was deprecated in quanteda 3.0 and is now defunct.