[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/37: gnu: r-rstantools: Update to 2.1.1.
From: |
guix-commits |
Subject: |
13/37: gnu: r-rstantools: Update to 2.1.1. |
Date: |
Thu, 16 Jul 2020 04:42:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3cafe807b2ba3e18615416bc36f22bbe41f7f589
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 10 17:50:07 2020 +0200
gnu: r-rstantools: Update to 2.1.1.
* gnu/packages/cran.scm (r-rstantools): Update to 2.1.1.
[propagated-inputs]: Add r-rcppparallel.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d81f954..e549651 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21142,20 +21142,23 @@ using the @code{rstan} and @code{rstanarm}
packages).")
(define-public r-rstantools
(package
(name "r-rstantools")
- (version "2.0.0")
+ (version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
- "1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
+ "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs `(("pandoc" ,ghc-pandoc)))
(propagated-inputs
`(("r-desc" ,r-desc)
- ("r-rcpp" ,r-rcpp)))
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppparallel" ,r-rcppparallel)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://mc-stan.org/rstantools/")
(synopsis "Tools for developing R packages interfacing with Stan")
(description
- 04/37: gnu: r-delayedmatrixstats: Update to 1.10.1., (continued)
- 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, 2020/07/16
- 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 <=
- 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
- 25/37: gnu: r-genomicfeatures: Update to 1.40.1., guix-commits, 2020/07/16
- 24/37: gnu: r-summarizedexperiment: Update to 1.18.2., guix-commits, 2020/07/16
- 30/37: gnu: r-pillar: Update to 1.4.6., guix-commits, 2020/07/16
- 35/37: gnu: r-tibble: Update to 3.0.3., guix-commits, 2020/07/16
- 26/37: gnu: r-qtl2: Update to 0.22-11., guix-commits, 2020/07/16