After @volaya [commit](https://github.com/qgis/QGIS-Processing/commit/bb673e9bc2353f24bb613238de79d86dbbf8b2b6) Kriging still has a very small bug. ~~I'm sending a pr to solve the bug.~~ I've already an open pr. Maybe is better (to not mix things) pointing to the bug: Line 9 is: `- Y<-as.factor(LayerField)` And should be: `+ Y<-as.factor(Layer$Field)`
After @volaya commit Kriging still has a very small bug.
I'm sending a pr to solve the bug.I've already an open pr. Maybe is better (to not mix things) pointing to the bug:
Line 9 is:
- Y<-as.factor(LayerField)And should be:
+ Y<-as.factor(Layer$Field)