inla.identical.CRS.RdWrapper for identical, optionally testing only the CRS part of two objects
inla.identical.CRS(crs0, crs1, crsonly = FALSE)inla.CRS
crs0 <- inla.CRS("longlat")
#> Error in inla.has_PROJ6(): inla.require("rgdal") is not TRUE
crs1 <- inla.CRS("longlat", oblique=c(0,90))
#> Error in inla.has_PROJ6(): inla.require("rgdal") is not TRUE
print(c(inla.identical.CRS(crs0, crs0),
inla.identical.CRS(crs0, crs1),
inla.identical.CRS(crs0, crs1, crsonly=TRUE)))
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'print': object 'crs0' not found