Jan Caha

Results 27 comments of Jan Caha

Wow, this seems super useful! Is there a working prototype in the code? If so I can take a look at it and spend some time on the TODO.

I believe that you need to specify the input to be vector (it will be be read without geometry) into R. The explicit specification of table only works for outputs...

Just one note. Reading the dbf file of the layer is not the same as reading the layer using "rgdal" package. Packages "foreign" and "rgdal" use completely different approaches to...

> Actually those docs don't belong in the qgis manual at all (since it's now a plugin), and we should move them over to this repo and start on our...

The issue of encodings in R is really a problematic one. The solution you are suggesting is probably not a good one as setting `options(encoding = "UTF-8")` can have some...

Its all rather strange. I tested the solution you proposed and while it worked fine with non `UTF-8` characters from my language (Czech) it cause an error if I used...

I would guess that it is related to the issue mentioned here: [https://stackoverflow.com/questions/46946483/czech-encoding-in-r](https://stackoverflow.com/questions/46946483/czech-encoding-in-r). Setting it in .Rprofile file would make it permanent for the system. You can select one of...

Looks like I found a solution that might work while not breaking anything. Could you try changing the `r_templates.py` in the plugins directory for this version [https://github.com/JanCaha/qgis-processing-r/blob/bug_utf-8/processing_r/processing/r_templates.py](https://github.com/JanCaha/qgis-processing-r/blob/bug_utf-8/processing_r/processing/r_templates.py)? It works only...

This could be rather simple to fix. Please can you take a look which characters get replaced? If it is only () or also [], etc. Any idea if it...