Package: gmrf Title: Lightweight helper for fitting GMRF models in mgcv Version: 0.0.1 Authors@R: person("Colin", "Millar", role = c("aut", "cre"), email = "colin.millar@ices.dk") Description: A set of functions to help with the fitting of gmrf models in mgcv. The package is intended for the fitting GMRF models such as random walks and seasonal effects. The code is written as simply as possible to make is easy to see how GMRFs are constructed. Depends: R (>= 3.1.0), mgcv (>= 1.8-3), Matrix (>= 1.1-4) Imports: spdep (>= 0.5-77), MASS (>= 7.3-35) Suggests: knitr (>= 1.8) License: MIT + file LICENSE Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://faskally.r-universe.dev Date/Publication: 2023-09-18 16:04:13 UTC RemoteUrl: https://github.com/faskally/gmrf RemoteRef: HEAD RemoteSha: 8167605af9a2b7c4ca8843d8c9c77bf7f8e0a4d0 NeedsCompilation: no Packaged: 2026-06-02 10:31:54 UTC; root Author: Colin Millar [aut, cre] Maintainer: Colin Millar