rstudio / r-system-requirements

System requirements for R packages
MIT License
122 stars 21 forks source link

Add support for sqlite3 #113

Closed glin closed 1 year ago

glin commented 1 year ago

Follow-up of https://github.com/rstudio/r-system-requirements/pull/112: adding GDAL for RHEL 9 got a bunch of geospatial packages building, but still not sf.

sf needs sqlite3 as well, which we previously added as an implicit dependency of GDAL because sf did not specify it in SystemRequirements (https://github.com/rstudio/r-system-requirements/pull/54). sf now has sqlite3 in its SystemRequirements, so we can add a proper rule for sqlite3.