mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-rcppprogress: Fix grammar of "allows to display" to "displays".
* gnu/packages/statistics (r-rcppprogress): Fix grammar.
This commit is contained in:
parent
e0a0a6df11
commit
9bbba9aad7
1 changed files with 1 additions and 1 deletions
|
@ -5257,7 +5257,7 @@ (define-public r-rcppprogress
|
|||
(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+)))
|
||||
|
|
Loading…
Reference in a new issue