Bug report #16227
R scripts won't run
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 24137 |
Description
Hi,
I'm trying to run some simple R scripts in QGIS3. The scripts work fine in QGIS 2.x
A simple script could be:
##Statistic=group
##Layer=vector
##Variable=Field Layer
##showplots
hist(LayerVariable)
But if so, Processing opens the window with nothing that can be done (see screenshot_1)
Bu deleting the first row the window only shows the vector layer and not the vector field (see screenshot_2):
##Layer=vector
##Variable=Field Layer
##showplots
hist(LayerVariable)
Is there some change to the R-Processing syntax?
Associated revisions
[processing] fixed reading script description for R algorithms
fixes #16227
History
#1 Updated by Victor Olaya over 7 years ago
- Status changed from Open to Closed
Fixed in changeset b500ab506595e2efa12fce7f67cbbfd620403322.
#2 Updated by Giovanni Manghi over 7 years ago
- Regression? set to No
#3 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#4 Updated by Giovanni Manghi over 7 years ago
Some providers are being removed from QGIS/Processing (will be available as plugin) and so are their categories in the bug tracker. To not leave them orphaned of a category they are being reassigned to processing/core.
#5 Updated by Giovanni Manghi over 7 years ago
- Category changed from 124 to Processing/Core