[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/37: gnu: r-cubature: Update to 2.0.4.1.
From: |
guix-commits |
Subject: |
07/37: gnu: r-cubature: Update to 2.0.4.1. |
Date: |
Thu, 16 Jul 2020 04:42:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fbd4582a91369ebe434596645325f07b026170c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 10 17:49:39 2020 +0200
gnu: r-cubature: Update to 2.0.4.1.
* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index efa979c..d5f35b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4948,17 +4948,19 @@ applied econometric analysis.")
(define-public r-cubature
(package
(name "r-cubature")
- (version "2.0.4")
+ (version "2.0.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "cubature" version))
(sha256
(base32
- "0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
+ "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/bnaras/cubature")
(synopsis "Adaptive multivariate integration over hypercubes")
(description
- branch master updated (03f9a8c -> d57ce20), guix-commits, 2020/07/16
- 01/37: gnu: Add tao., guix-commits, 2020/07/16
- 02/37: gnu: r-variancepartition: Update to 1.18.2., guix-commits, 2020/07/16
- 03/37: gnu: r-rhdf5: Update to 2.32.2., guix-commits, 2020/07/16
- 04/37: gnu: r-delayedmatrixstats: Update to 1.10.1., guix-commits, 2020/07/16
- 05/37: gnu: r-rcpp: Update to 1.0.5., guix-commits, 2020/07/16
- 06/37: gnu: r-getoptlong: Update to 1.0.2., guix-commits, 2020/07/16
- 08/37: gnu: r-doby: Update to 4.6.7., guix-commits, 2020/07/16
- 11/37: gnu: r-quanteda: Update to 2.1.0., guix-commits, 2020/07/16
- 07/37: gnu: r-cubature: Update to 2.0.4.1.,
guix-commits <=
- 10/37: gnu: r-nonnest2: Update to 0.5-5., guix-commits, 2020/07/16
- 12/37: gnu: r-iheatmapr: Update to 0.5.0., guix-commits, 2020/07/16
- 16/37: gnu: r-svglite: Update to 1.2.3.2., guix-commits, 2020/07/16
- 09/37: gnu: r-future: Update to 1.18.0., guix-commits, 2020/07/16
- 13/37: gnu: r-rstantools: Update to 2.1.1., guix-commits, 2020/07/16
- 14/37: gnu: r-loo: Update to 2.3.0., guix-commits, 2020/07/16
- 17/37: gnu: r-tibble: Update to 3.0.2., guix-commits, 2020/07/16
- 20/37: gnu: r-cairo: Update to 1.5-12.2., guix-commits, 2020/07/16
- 22/37: gnu: r-rsubread: Update to 2.2.4., guix-commits, 2020/07/16
- 23/37: gnu: r-activepathways: Update to 1.0.2., guix-commits, 2020/07/16