mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-pmcmrplus: Update to 1.9.7.
* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.7. [native-inputs]: Add r-rmarkdown.
This commit is contained in:
parent
ce0d2221ee
commit
8308f9ee39
1 changed files with 3 additions and 3 deletions
|
@ -25749,13 +25749,13 @@ to ODEs by numerical differencing.")
|
|||
(define-public r-pmcmrplus
|
||||
(package
|
||||
(name "r-pmcmrplus")
|
||||
(version "1.9.6")
|
||||
(version "1.9.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "PMCMRplus" version))
|
||||
(sha256
|
||||
(base32 "1mvj3cwrdkl3frk7fvh6l7v7yya5p3xm4z0qhc4fvykxdmb92ivz"))))
|
||||
(base32 "06i5vsf8hpzv0c8v156072xbqpxk1wf2iami7mnsjfp9xjjjzbhx"))))
|
||||
(properties `((upstream-name . "PMCMRplus")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
|
@ -25768,7 +25768,7 @@ to ODEs by numerical differencing.")
|
|||
r-mvtnorm
|
||||
r-rmpfr
|
||||
r-suppdists))
|
||||
(native-inputs (list gfortran r-knitr))
|
||||
(native-inputs (list gfortran r-knitr r-rmarkdown))
|
||||
(home-page "https://cran.r-project.org/package=PMCMRplus")
|
||||
(synopsis "Calculate pairwise multiple comparisons of mean rank sums extended")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue