mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-calculus: Update to 0.3.0.
* gnu/packages/cran.scm (r-calculus): Update to 0.3.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6dacb2eee2
commit
958b735189
1 changed files with 4 additions and 2 deletions
|
@ -25403,18 +25403,20 @@ (define-public r-absfiltergsea
|
|||
(define-public r-calculus
|
||||
(package
|
||||
(name "r-calculus")
|
||||
(version "0.2.1")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "calculus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hs7hzjl6xjza20v9zx9a1piywxa6w3h2rskr52d1dcbc0vwhinp"))))
|
||||
"1wa5ap89cfcp0ancj9ivx5s2y0wqr2vmp9y115g7f6g772jwhscj"))))
|
||||
(properties `((upstream-name . "calculus")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/eguidotti/calculus")
|
||||
(synopsis "High dimensional numerical and symbolic calculus")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue