Package: FRK
Type: Package
Title: Fixed Rank Kriging
Version: 0.2.1
Date: 2018-04-12
Authors@R: c(
    person("Andrew", "Zammit-Mangion", , "andrewzm@gmail.com", c("aut", "cre")))
Maintainer: Andrew Zammit-Mangion <andrewzm@gmail.com>
VignetteBuilder: knitr
Description: 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.
BugReports: http://github.com/andrewzm/FRK/issues
Depends: R (>= 3.2.0)
Suggests: covr, dggrids, gstat, INLA, knitr, mapproj, parallel, rgeos,
        spdep, splancs, testthat, verification
Imports: digest, dplyr, ggplot2, grDevices, Hmisc (>= 4.1), Matrix,
        methods, plyr, Rcpp (>= 0.12.12), sp, spacetime, sparseinv,
        stats, utils
Additional_repositories: https://andrewzm.github.io/dggrids-repo,
        http://www.math.ntnu.no/inla/R/stable
License: GPL (>= 2)
NeedsCompilation: yes
LazyData: true
RoxygenNote: 6.0.1
LinkingTo: Rcpp
Packaged: 2018-04-13 00:45:45 UTC; andrew
Author: Andrew Zammit-Mangion [aut, cre]
Repository: CRAN
Date/Publication: 2018-04-13 12:22:17 UTC
