Package: rqgis
Title: R API for QGIS Plugin
Version: 0.1.0
Authors@R: person("Juan", "Mendoza", email = "jsmendozap@gmail.com", role = c("aut", "cre"))
Description: Provides R API to interact with QGIS from the R Console plugin.
Depends: R (>= 4.1.0)
Imports:
    R6,
    sf,
    terra
URL: https://jsmendozap.github.io/rqgis, https://github.com/jsmendozap/rqgis
BugReports: https://github.com/jsmendozap/rqgis/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
