quadrama / DramaAnalysis

An R package for analysis of dramatic texts
GNU General Public License v3.0
15 stars 2 forks source link

Handle package wordVectors #143

Closed nilsreiter closed 5 years ago

nilsreiter commented 5 years ago

It seems that

a) CRAN packages can't depend on non-CRAN packages (source). This also applies to the Suggests section.

b) If we requireNamespace("wordVectors", quietly = TRUE) within the function enrichDictionary(), checking complains that this is not declared in DESCRIPTION.

I don't see another way than to remove the function entirely.