mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-pastecs: Update to 1.4.2.
* gnu/packages/cran.scm (r-pastecs): Update to 1.4.2. [native-inputs]: Add r-knitr. Change-Id: I1b42b00e9fd11111faef5fed1f682273a9f6cb88
This commit is contained in:
parent
9ea445157a
commit
00aa9f5e37
1 changed files with 3 additions and 2 deletions
|
@ -6256,16 +6256,17 @@ (define-public r-palmerpenguins
|
|||
(define-public r-pastecs
|
||||
(package
|
||||
(name "r-pastecs")
|
||||
(version "1.3.21")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pastecs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
|
||||
"1y3nngdmslbs1rls0n2nbx8jpp9z3nvv11w1z6rff6v0ky05ddj3"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/phgrosjean/pastecs")
|
||||
(synopsis "Analysis of space-time ecological series")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue