gnu: Add r-pmcmr.

* gnu/packages/cran.scm (r-pmcmr): New variable.
master
Ricardo Wurmus 2019-03-29 20:27:53 +01:00
parent bc91562939
commit 9563dd5599
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -13816,3 +13816,25 @@ to a map or any other plot; format, plot and export gridded data. The package
was developed for displaying fisheries data but most functions can be used for
more generic data visualisation.")
(license license:gpl2+)))
(define-public r-pmcmr
(package
(name "r-pmcmr")
(version "4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "PMCMR" version))
(sha256
(base32
"09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
(properties `((upstream-name . "PMCMR")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/PMCMR/")
(synopsis "Calculate pairwise multiple comparisons of mean rank sums")
(description
"This is a deprecated package for calculating pairwise multiple
comparisons of mean rank sums. This package is superseded by the novel
PMCMRplus package. The PMCMR package is no longer maintained, but kept for
compatibility of reverse depending packages for some time.")
(license license:gpl3+)))