Fixed Rank Kriging is a tool for spatial/spatio-temporal modelling
    and prediction with large datasets. The approach, discussed in Cressie and
    Johannesson (2008) <doi:10.1111/j.1467-9868.2007.00633.x>, decomposes the field, 
    and hence the covariance function, using a fixed set of n basis functions, 
    where n is typically much smaller than the number of data points (or polygons) m. 
    The method naturally allows for non-stationary, anisotropic covariance functions 
    and the use of observations with varying support (with known error variance). The 
    projected field is a key building block of the Spatial Random Effects (SRE) model, 
    on which this package is based. The package FRK provides helper functions to model, 
    fit, and predict using an SRE with relative ease.
| Version: | 0.2.2.1 | 
| Depends: | R (≥ 3.2.0) | 
| Imports: | digest, dplyr, ggplot2, grDevices, Hmisc (≥ 4.1), Matrix, methods, plyr, Rcpp (≥ 0.12.12), sp, spacetime, sparseinv, stats, utils | 
| LinkingTo: | Rcpp | 
| Suggests: | covr, dggrids, gstat, INLA, knitr, mapproj, parallel, rgeos, spdep, splancs, testthat, verification | 
| Published: | 2020-04-01 | 
| Author: | Andrew Zammit-Mangion [aut, cre] | 
| Maintainer: | Andrew Zammit-Mangion  <andrewzm at gmail.com> | 
| BugReports: | http://github.com/andrewzm/FRK/issues | 
| License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] | 
| NeedsCompilation: | yes | 
| In views: | Spatial | 
| CRAN checks: | FRK results |