[general]
name=R Console
about=R Console embeds a full R environment inside QGIS. It provides an interactive console with command history, a script editor with syntax highlighting and autocompletion, and a QgisProject R6 object that exposes the active project's layers and metadata to R. Layers can be loaded into R as sf or SpatRaster objects and inserted back into QGIS after processing.
qgisMinimumVersion=3.30
qgisMaximumVersion=4.99
description=A code editor and R console integrated into QGIS
version=0.4.0
author=Juan Mendoza
email=jsmendozap@gmail.com
tracker=https://github.com/jsmendozap/rqgis/issues
repository=https://github.com/jsmendozap/rqgis
homepage=https://jsmendozap.github.io/rqgis/
tags=R
icon=resources/Rlogo.png
experimental=True
changelog=0.4.0
    - Support for QGIS 4. 
    - Introduce the `rqgis` package to wrap the public API for QGIS interaction from R.
    - Added `qgis_draw_bbox` and `qgis_draw_points` functions
    - Automatic configuration of qgis_process path during `qgisprocess` package load
    - Dedicated API documentation website published via pkgdown
    - Implement a log viewer in the settings panel
    - Added option in settings to display the plugin title in the main panel 
    - Bug fixes
deprecated=False
server=False
hasProcessingProvider=False
