Skip to content

Commit

Permalink
bump version & req
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Jan 13, 2025
1 parent b3bbf2a commit 4c24ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rlibkriging
Type: Package
Title: Kriging Models using the 'libKriging' Library
Version: 0.9-0
Version: 0.9-1
Date: 2024-08-20
Authors@R:
c(person(given = "Yann",
Expand Down Expand Up @@ -43,13 +43,13 @@ Description: Interface to 'libKriging' 'C++' library <https://github.com/libKrig
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 'lbfgsb' library (BSD-3 license) by
'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 (>= 0.12.11), methods, DiceKriging
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
Expand Down

0 comments on commit 4c24ece

Please sign in to comment.