~ruther/guix-local

19d2dae7f520732fe9c53b2b68ced9a7e71b2399 — Ricardo Wurmus 1 year, 1 month ago 1d39787
gnu: r-xgboost: Update to 1.7.10.1.

* gnu/packages/cran.scm (r-xgboost): Update to 1.7.10.1.
[properties]: Record updater-ignored-native-inputs.
[native-inputs]: Add r-vcd.

Change-Id: Ida4ec6fcd54eb488940a5e538171b04a69713dd4
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +5 -3
@@ 38054,14 38054,16 @@ the current document.")
(define-public r-xgboost
  (package
    (name "r-xgboost")
    (version "1.7.8.1")
    (version "1.7.10.1")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "xgboost" version))
       (sha256
        (base32
         "1s8vpj0rwyvzq6q4bby0szxwsj34z26mkrm7qx4pbs9g1g86yk9r"))))
         "0zljn17jb19an689dm5ij7v4kr0kfh389jm01g7zzx7g9vv4vyrx"))))
    (properties
     '((updater-ignored-native-inputs . ("r-titanic"))))
    (build-system r-build-system)
    (arguments
     (list


@@ 38078,7 38080,7 @@ the current document.")
    (propagated-inputs
     (list r-data-table r-jsonlite r-matrix))
    (native-inputs
     (list r-knitr r-testthat))
     (list r-knitr r-testthat  r-vcd))
    (home-page "https://github.com/dmlc/xgboost")
    (synopsis "Extreme gradient boosting")
    (description