Re: [QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-06 Thread Anita Graser
On Tue, Jun 6, 2017 at 2:36 PM, René-Luc Dhont wrote: > Hi Dev, > > I have fixed https://issues.qgis.org/issues/16618 in 2.18 and 2.14. > > Thank you for the fix! Do you know if tests for HTML outputs can be added like other Processing tests? Regards, Anita​

Re: [QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-06 Thread René-Luc Dhont
Hi Dev, I have fixed https://issues.qgis.org/issues/16618 in 2.18 and 2.14. Regards, René-Luc Le 05/06/2017 à 12:09, Giovanni Manghi a écrit : Hi, I confirm that in previous QGIS releases (2.14/2.16 for example) R scripts were working as expected. So I added

Re: [QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-05 Thread Giovanni Manghi
Hi, I confirm that in previous QGIS releases (2.14/2.16 for example) R scripts were working as expected. So I added https://issues.qgis.org/issues/16618 to the list of regressions that must be fixed in time for the next LTR

Re: [QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-03 Thread Anita Graser
Maybe a fix ... On Fri, Jun 2, 2017 at 8:31 PM, Anita Graser wrote: > File > "C:/OSGEO4~1/apps/qgis-ltr/./python/plugins\processing\algs\r\RAlgorithm.py", > line 404, in getExportCommands > > commands.append('cat("##' + out.name + '",file="' + outputDataFile + >

Re: [QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-03 Thread Anita Graser
On Sat, Jun 3, 2017 at 12:25 AM, Håvard Tveite wrote: > You are not alone. > Same issue here with 2.18.9 on Ubuntu 14.04. R 3.4.0. > ​ Thank you fo r the confirmation ​,​ Håvard ​!​ Can anyone tell me what was the last Processing version where R scripts did work? ​Best

[QGIS-Developer] Processing R scripts - TypeError: cannot concatenate 'str' and 'NoneType' objects

2017-06-02 Thread Anita Graser
Hi, Any R script I try to run ends up with the following error (in ltr as well as rel-dev). Is this a known issue or a problem with my system? Uncaught error while executing algorithm Traceback (most recent call last): File