diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 17:03:30 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:21 +0200 |
| commit | 12222284055c5f4a65742b86d789ca72a2bb698a (patch) | |
| tree | 070e960463ba60fbd93e3ea66dff2787ef951608 /gnu/packages | |
| parent | b9acb40b906b27afb6455a904de3e5235aacfe8d (diff) | |
gnu: r-lamw: Update to 2.2.7.
* gnu/packages/cran.scm (r-lamw): Update to 2.2.7.
[native-inputs]: Add r-testthat.
Change-Id: I80da1f9f62430e571da40a02f439e5b0d1afba02
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 02da3a5288a..2912bc500bb 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18920,16 +18920,17 @@ do-it-yourself toolkit allows users to define their own Lambert W x (define-public r-lamw (package (name "r-lamw") - (version "2.2.6") + (version "2.2.7") (source (origin (method url-fetch) (uri (cran-uri "lamW" version)) (sha256 (base32 - "1yijyha6x2wx8pg6ysp0ks5ps482k0vr4iv8shkhafasabricxd4")))) + "1yar71j4g0yp2chmxnxd7zrl04sdspz1b8z64ial3yksl84klh2n")))) (properties `((upstream-name . "lamW"))) (build-system r-build-system) (propagated-inputs (list r-rcpp r-rcppparallel)) + (native-inputs (list r-testthat)) (home-page "https://github.com/aadler/lamW") (synopsis "Lambert-W function") (description |
