1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: r-rcppprogress: Fix grammar of "allows to display" to "displays".

* gnu/packages/statistics (r-rcppprogress): Fix grammar.
This commit is contained in:
Vagrant Cascadian
2020-04-12 16:19:59 -07:00
parent e0a0a6df11
commit 9bbba9aad7

View File

@@ -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+)))