PolMine / RcppCWB

'Rcpp' Bindings for the 'Corpus Workbench' (CWB)
Other
2 stars 3 forks source link

GNU make is a SystemRequirements #57

Closed ablaette closed 9 months ago

ablaette commented 2 years ago

There is an ongoing note when running R CMD check. But it is a very common issue, see the result of this snippet.

db <- tools::CRAN_package_db()
db[ grepl("GNU make", db[,"SystemRequirements"]), "Package" ]
ablaette commented 9 months ago

The NOTE persists, but I do see any priority to address this issue, so I close it for the time being.