# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Processing R Provider
qgisMinimumVersion=3.4
description=A Processing provider for connecting to the R statistics framework
version=4.1.0
author=North Road
email=nyall@north-road.com

about=Processing provider for R scripts

tracker=https://github.com/north-road/qgis-processing-r/issues
repository=https://github.com/north-road/qgis-processing-r
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=4.1.0 Fix bugs with layers being converted to SHP messing up field names, version obtaining 
    4.0.0 Reflect retirement of rgdal R package, only support loading using SF and RASTER packages
    3.1.1 Capture correctly even errors from R starting with `Error:`, fix importing `QgsProcessingParameterColor` and `QgsProcessingParameterDateTime` for older QGIS versions (where it is not available)
    3.1.0 Support "range", "color", "datetime" input parameter types. Fixed list creation from multiple input layer parameters. Fix conversion of custom coordinate reference systems.
    3.0.0 Added support for `QgsProcessingParameter*` strings, that can be used to define script parameters. Better handling of errors in R scripts. New script parameter `##script_title`, that can be used to define string under which the script is listed in QGIS Toolbox.
    2.3.0 Introduces support for QgsProcessingParameterPoint as an input variable, set parameter help strings under QGIS 3.16 or later
    2.2.2 Make sure that FolderDestination and FileDestination folders exist, otherwise that would have to be handled by R script causes issue if writing to temp directory which does not exist2.2.1 Fix file based outputs, R version number reporting
    2.2.1 Fix file based outputs, R version number reporting
    2.2.0 Add support for file based outputs. Check https://north-road.github.io/qgis-processing-r for details!
    2.1.0 Add support for literal enums, skipping package loading, additional output types (e.g. strings and numbers).
    2.0.0 Many fixes, algorithms have support for choice between sf/raster or rgdal for loading inputs
    1.0.7 Fix 3.4 compatibility
    1.0.6 Workaround API break in QGIS, which breaks existing scripts
    1.0.5 Allow use of R development versions
    1.0.4 Resurrect ability to run on selected features only
    1.0.3 Remove activation setting for provider (disable plugin instead!), fix memory layer handling, simpler example script
    1.0.2 Fix vector paths under windows

# Tags are comma separated with spaces allowed
tags=python

homepage=https://north-road.github.io/qgis-processing-r
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

hasProcessingProvider=yes