Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fm_has_PROJ6

PROJ6 detection


Description

Detect whether PROJ6 is available

Usage

fm_has_PROJ6()

fm_not_for_PROJ6(fun = NULL)

fm_not_for_PROJ4(fun = NULL)

fm_fallback_PROJ6(fun = NULL)

fm_requires_PROJ6(fun = NULL)

Arguments

fun

The name of the function that requires PROJ6. Default: NULL, which uses the name of the calling function.

Details

fm_not_for_PROJ6 is called to warn about using old PROJ4 features even though PROJ6 is available

fm_not_for_PROJ4 is called to give an error when calling methods that are only available for PROJ6

fm_fallback_PROJ6 is called to warn about falling back to using old PROJ4 methods when a PROJ6 method hasn't been implemented

fm_requires_PROJ6 is called to give an error when PROJ6 is required but not available

Value

For fm_has_PROJ6, logical; TRUE if PROJ6 is available, FALSE otherwise

Examples

fm_has_PROJ6()

inlabru

Bayesian Latent Gaussian Modelling using INLA and Extensions

v2.3.1
GPL (>= 2)
Authors
Finn Lindgren [aut, cre, cph] (<https://orcid.org/0000-0002-5833-2011>, Finn Lindgren continued development of the main code), Fabian E. Bachl [aut, cph] (Fabian Bachl wrote the main code), David L. Borchers [ctb, dtc, cph] (David Borchers wrote code for Gorilla data import and sampling, multiplot tool), Daniel Simpson [ctb, cph] (Daniel Simpson wrote the basic LGCP sampling method), Lindesay Scott-Howard [ctb, dtc, cph] (Lindesay Scott-Howard provided MRSea data import code), Seaton Andy [ctb] (Andy Seaton provided testing and bugfixes)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.