Package: KRIG
Type: Package
Title: Spatial Statistic with Kriging
Version: 0.1.0
Encoding: UTF-8
Date: 2018-01-27
License: LGPL-3
Description: Implements different methods for spatial statistics, in particular focused in
    Kriging based models. We count with different implemented models, simple, ordinary and 
    universal forms of Kriging, co-Kriging and regression Kriging models. Includes, multivariate 
    sensitivity analysis under an approximation designed over reproducing kernel Hilbert spaces and 
    computation of Sobol indexes under this framework.
Authors@R: c(
    person("Pedro", "Guarderas", email = "pedro.felipe.guarderas@gmail.com", role = c("aut","cre") ),
    person("Daniel", "Lagos", role="ctb"),
    person("Andrés", "Lopez", role="ctb")
    )
URL: https://github.com/pedroguarderas/KRIG
BugReports: https://github.com/pedroguarderas/KRIG/issues
Depends: R (>= 3.3)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
Imports: Rcpp, Rdpack
Suggests: data.table, colorRamps, plotly, knitr, rmarkdown, testthat
LazyData: true
VignetteBuilder: knitr
RdMacros: Rdpack
NeedsCompilation: yes
Packaged: 2018-01-30 18:31:46 UTC; aju
Author: Pedro Guarderas [aut, cre],
  Daniel Lagos [ctb],
  Andrés Lopez [ctb]
Maintainer: Pedro Guarderas <pedro.felipe.guarderas@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-30 18:50:00 UTC
