mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-memoise: Fix grammar of "allows to cache" to "caches".
* gnu/packages/statistics (r-memoise): Fix grammar.
This commit is contained in:
parent
e49a6c82c2
commit
e0a0a6df11
1 changed files with 1 additions and 1 deletions
|
@ -1505,7 +1505,7 @@ (define-public r-memoise
|
|||
(home-page "https://github.com/hadley/memoise")
|
||||
(synopsis "Memoise functions for R")
|
||||
(description
|
||||
"This R package allows to cache the results of a function so that when
|
||||
"This R package caches the results of a function so that when
|
||||
you call it again with the same arguments it returns the pre-computed value.")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue