Package: rlibkriging
Type: Package
Title: Kriging Models using the 'libKriging' Library
Version: 0.7-3
Date: 2023-01-09
Authors@R: 
    c(person(given = "Pascal",
             family = "Havé",
             role = c("aut"),
             email = "hpwxf@haveneer.com"),
      person(given = "Yann",
             family = "Richet",
             role = c("aut","cre"),
             email = "yann.richet@irsn.fr",
             comment = c(ORCID = "0000-0002-5677-8458")),
      person(given = "Yves",
             family = "Deville",
             role = c("aut"),
             email = "deville.yves@alpestat.com"),
      person(given = "Conrad",
             family = "Sanderson",
             role = c("ctb"),
             email = "conradsand.uq@gmail.com"),
      person(given = "Colin",
             family = "Fang",
             role = c("ctb")),    
      person(given = "Ciyou",
             family = "Zhu",
             role = c("ctb")),
      person(given = "Richard",
             family = "Byrd",
             role = c("ctb")),
      person(given = "Jorge",
             family = "Nocedal",
             role = c("ctb")),
      person(given = "Jose Luis",
             family = "Morales",
             role = c("ctb"))
      )
Maintainer: Yann Richet <yann.richet@irsn.fr>
Description: Interface to 'libKriging' 'C++' library <https://github.com/libKriging> that should
    provide most standard Kriging / Gaussian process regression features
    (like in 'DiceKriging', 'kergp' or 'RobustGaSP' packages).
    'libKriging' relies on Armadillo linear algebra library (Apache 2 license) by Conrad Sanderson, 
    and 'lbfgsb_cpp' is a 'C++' wrapper by Colin Fang around 'lbfgsb' library (BSD-3 license) by 
    Ciyou Zhu, Richard Byrd, Jorge Nocedal and Jose Luis Morales used for hyperparameters optimization.
License: Apache License (>= 2)
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Depends: R (>= 4.2)
Imports: Rcpp (>= 0.12.11), methods, DiceKriging
Suggests: testthat, RobustGaSP, utils, DiceDesign, foreach
SystemRequirements: GNU make, cmake (>= 3.2.0), gcc, gfortran
URL: https://github.com/libKriging
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2023-01-09 19:17:28 UTC; richet
Author: Pascal Havé [aut],
  Yann Richet [aut, cre] (<https://orcid.org/0000-0002-5677-8458>),
  Yves Deville [aut],
  Conrad Sanderson [ctb],
  Colin Fang [ctb],
  Ciyou Zhu [ctb],
  Richard Byrd [ctb],
  Jorge Nocedal [ctb],
  Jose Luis Morales [ctb]
Repository: CRAN
Date/Publication: 2023-01-09 22:30:02 UTC
