inla.has_PROJ6 {INLA}R Documentation

PROJ6 detection

Description

Detect whether PROJ6 is available for INLA. Deprecated and always returns TRUE.

Usage

inla.has_PROJ6()

inla.not_for_PROJ6(fun)

inla.not_for_PROJ4(fun)

inla.fallback_PROJ6(fun)

inla.requires_PROJ6(fun)

Arguments

fun

The name of the calling function

Details

inla.has_PROJ6 is called to check if PROJ6&GDAL3 are available.

Value

For inla.has_PROJ6, always returns TRUE. Previously: logical; TRUE if PROJ6 is available, FALSE otherwise

Functions

Examples

## Not run: 
inla.has_PROJ6()

## End(Not run)

[Package INLA version 25.10.19 Index]