diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:14:10 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:47:40 -0800 |
commit | ecbaed7da28abce98d71f592fe7d3e0b5836d250 (patch) | |
tree | db9a2e90db22d71a7181ebffd9e4f627087b4148 /gnu | |
parent | fdeec5c52c90c9998d3642760e4b4f09e9600abe (diff) |
gnu: r-labelled: Fix trailing whitespace in description.
* gnu/packages/cran.scm (r-labelled)[description]: Fix trailing whitespace.
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 98f7fc46fd..036c246f95 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9917,7 +9917,7 @@ subsequence} (LCS) using a dynamic programming algorithm.") (description "This package provides useful functions to deal with the @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the -haven package. ") +haven package.") (license license:gpl3))) (define-public r-ggformula |