Closed ablaette closed 9 months 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" ]
The NOTE persists, but I do see any priority to address this issue, so I close it for the time being.
There is an ongoing note when running R CMD check. But it is a very common issue, see the result of this snippet.