Jan Caha

Results 27 comments of Jan Caha

This can be because the "User library folder" is pretty much empty or it should be at start (your first run). So you are installing all these packages with all...

It can be done, but we need to identify common format, that QGIS can save the data to that R then can read. Preferably one that does not cause any...

Can this be reconsidered? It seems like very reasonable idea and clear way to do that would be very desirable.

It probably should be handled by the function that you mentioned. I believe that my solution predates the `qgis_result_single()`...will look into that and find out what is the better solution,...

That could be caused by a lot of things. Likely some issue in communication between QGIS, R and RTools. Can you share the whole script? I can give it a...

For this case, you have to use directly [qgisprocess](https://github.com/r-spatial/qgisprocess) package. The issue is that qgis package is precompiled and functions are build here on github actions. The situation with Grass...

No problem with adding docstrings and tests ;) But there is the question of security... Should that be somehow adressed?

BTW: it seems that this line https://github.com/GispoCoding/pytest-qgis/blob/af7f77aa962175263dcbcbbdce31afeeb6e842e8/tests/conftest.py#L98 was added specifically to handle this issue, the question is, why is it even happening?

Hmm interesting. This will be quite an issue to track down properly. The code works if runned without testing framework and indeed with Unittest. Funny thing is that not everything...

It is not really an issue for me, I was just thinking about converting some old tests from Unittest to Pytest but in first test I came across this problem....so...