-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 2.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: rlibkriging
Type: Package
Title: Kriging Models using the 'libKriging' Library
Version: 0.9-1
Date: 2024-08-20
Authors@R:
c(person(given = "Yann",
family = "Richet",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5677-8458")),
person(given = "Pascal",
family = "Havé",
role = c("aut"),
email = "[email protected]"),
person(given = "Yves",
family = "Deville",
role = c("aut"),
email = "[email protected]"),
person(given = "Conrad",
family = "Sanderson",
role = c("ctb"),
email = "[email protected]"),
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 = "[email protected]")
)
Maintainer: Yann Richet <[email protected]>
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, DiceDesign, foreach
SystemRequirements: GNU make, cmake (>= 3.2.0), gcc, gfortran
URL: https://github.com/libKriging
RoxygenNote: 7.3.1