Package: rlibkriging
Type: Package
Title: Kriging Models using the 'libKriging' Library
Version: 0.9-2.3
Date: 2025-10-17
Authors@R: 
    c(person(given = "Yann",
             family = "Richet",
             role = c("aut","cre"),
             email = "yann.richet@asnr.fr",
             comment = c(ORCID = "0000-0002-5677-8458")),
       person(given = "Pascal",
             family = "Havé",
             role = c("aut"),
             email = "hpwxf@haveneer.com"),
      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 = "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")),
      person(given = "Mike",
             family = "Smith",
             role = c("ctb"),
             email = "grimbough@gmail.com")
      )
Maintainer: Yann Richet <yann.richet@asnr.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, 
    'lbfgsb_cpp' is a 'C++' port around by Pascal Have of '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 (>= 1.0.12), methods, DiceKriging
Suggests: testthat, RobustGaSP, utils
SystemRequirements: GNU make, cmake (>= 3.2.0), gcc, gfortran
URL: https://github.com/libKriging
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-10-17 15:03:52 UTC; richet
Author: Yann Richet [aut, cre] (ORCID: <https://orcid.org/0000-0002-5677-8458>),
  Pascal Havé [aut],
  Yves Deville [aut],
  Conrad Sanderson [ctb],
  Ciyou Zhu [ctb],
  Richard Byrd [ctb],
  Jorge Nocedal [ctb],
  Jose Luis Morales [ctb],
  Mike Smith [ctb]
Repository: CRAN
Date/Publication: 2025-10-17 22:10:09 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:00:17 UTC; windows
Archs: x64
