north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

Metadata: display_name syntax for algorithm title #87

Closed rldhont closed 3 years ago

rldhont commented 3 years ago

Defined a new metadata line to set the algorithm title without changes the algorithm id.

JanCaha commented 3 years ago

Nice 👍 This should be quite useful.

Would you mind adding a new test, so that this functionality can be properly checked? Should be as simple as adding new function into test_algorithm.py (there are plenty examples there) and you can add new testing script into qgis-processing-r/processing_r/test/data/.

rldhont commented 3 years ago

Thanks @Gustry

@JanCaha I have added tests. Ready for review

JanCaha commented 3 years ago

Great, thank you!