diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:19:59 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:26:01 -0700 |
commit | 9bbba9aad77cf0332b484fed4f06e1ad5a7ff8dd (patch) | |
tree | c8f2d739430771a1762df46d77f71bcf82b44ff3 | |
parent | e0a0a6df11e524ab50ba3f330542fe00aed1be88 (diff) | |
download | guix-9bbba9aad77cf0332b484fed4f06e1ad5a7ff8dd.tar.gz |
gnu: r-rcppprogress: Fix grammar of "allows to display" to "displays".
* gnu/packages/statistics (r-rcppprogress): Fix grammar.
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dfc04bb814..e4ca4c68f4 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5257,7 +5257,7 @@ to Applied regression, Second Edition, Sage, 2011.") (home-page "https://github.com/kforner/rcpp_progress") (synopsis "Interruptible progress bar for C++ in R packages") (description - "This package allows to display a progress bar in the R console for long running + "This package displays a progress bar in the R console for long running computations taking place in C++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP.") (license license:gpl3+))) |