jogrue / popdictR

A package designed to measure populism in text with a German dictionary.
Creative Commons Zero v1.0 Universal
10 stars 0 forks source link

run_popdict() no longer working #1

Open fib37619 opened 1 month ago

fib37619 commented 1 month ago

The run_popdict() command is not longer working since texts()` was deprecated in quanteda 3.0 and is now defunct.

jogrue commented 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')