diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-15 20:52:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:00:10 +0200 |
commit | c8ae38d38983a202f6f2cfbadb74e380a1c19fa8 (patch) | |
tree | f05abbb22feca83232e1d3659619f748f39baf64 /gnu | |
parent | 3fb3291e25a7827f1466fba4943c5098a0a0a524 (diff) | |
download | patches-c8ae38d38983a202f6f2cfbadb74e380a1c19fa8.tar patches-c8ae38d38983a202f6f2cfbadb74e380a1c19fa8.tar.gz |
gnu: r-pmcmr: Fix description.
* gnu/packages/cran.scm (r-pmcmr)[description]: Use ‘dependent’.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e307d2d57c..3f0d819df7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14066,7 +14066,7 @@ more generic data visualisation.") "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.") +compatibility of dependent packages for some time.") (license license:gpl3+))) (define-public r-downloader |