Hi everyone,
On a PC with R 4.1.0 (latest testing version of INLA) this gives me the error message "Error in qr.coef(a, b) : 'qr' and 'y' must have the same number of rows'
Mesh3 <- inla.mesh.2d(grid2, boundary = boundary, max.edge = c(25000, 250000), cutoff = 3000)
matern <- inla.spde2.pcmatern(Mesh3,
prior.sigma = c(3000, 0.01),
prior.range = c(10, 0.01))
....the mesh summary reads:
Manifold: R2
CRS/LegacyPROJ4: N/A
CRS/WKT: (only shown with verbose = TRUE)
Vertices: 9461
Triangles: 18881
Boundary segm.: 39 (1 group: 0)
Interior segm.: 2374 (2 groups: 1 2)
xlim: 217567.6 2315702
ylim: 8407971 10124431
zlim: 0 0
....I've tried on another PC running R4.0.3 with no error message.
Is this an issue I should raise on GitHub do you think?
Best wishes,
Michael