qgis-processing-r icon indicating copy to clipboard operation
qgis-processing-r copied to clipboard

QGIS Processing R Provider Plugin

Results 20 qgis-processing-r issues
Sort by recently updated
recently updated
newest added

In the QGIS 3.22 Documentation Appendix D: QGIS R script syntax, section 29.4.1 Inputs there are a variety of possible options, including vector, raster, table, etc. Under 29.4.3 Syntax Summary...

@nyalldawson Could you please merge this and release new version when you have few spare minutes?

Hi, If the attribute name contains parentheses or spaces, R replaces them with dots. However, `Layer[[Field]]` is null because the name of the field before the replacement is used. the...

Hi, The option to read tables doesn't working for me. I tried "##layer=table" but I get this message: ![image](https://user-images.githubusercontent.com/80089133/166209200-e8607e25-70a3-4e86-864e-0e11233ba1fe.png) Thanks, ofri

Hi friends, To keep in mind. The R packages `rgdal`, `rgeos` and `maptools` will be retired at the end of 2023 ([info](https://r-spatial.org/r/2022/04/12/evolution.html)) . Then, you should consider removing from the...

I would like to read a csv layer (which I have drag and dropped onto QGIS window) by a rsx. Below is a sample code which takes csv file (fields:...

upstream

I am trying to use the R processing plugin with my R scripts. I have found that installing libraries takes a long time. The libraries I'm using are ` "sp","gstat","fields","mgcv","spTimer","rgdal","raster","gdalUtils","stringr"`....

Not sure if this is a bug or if I am missing something, but I am unable to run any R scripts whatsoever. My steps are: 1 Start with an...

question

Allows graphical creation of input parameters. TODO: restrict to parameter types which make sense for the R provider ![Peek 2019-11-10 08-45](https://user-images.githubusercontent.com/1829991/68535970-9c458180-0396-11ea-9e2f-04ba5d29f9df.gif)

Hi, An error occurs when selecting a layer that contains Japanese characters in the file path. The reason is probably because the R script will be generated in UTF-8 but...