nckx pushed a commit to branch master
in repository guix.
commit 0671046e471af6430eda57ce195a0bf1aa71155d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:50:58 2021 +0200
gnu: r-ggforce: Fix typo in description.
* gnu/packages/cran.scm (r-ggforce)[description]: Fix typo.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 61de48e..b910677 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16376,7 +16376,7 @@ sets of URLs.")
(description
"The aim of the ggplot2 package is to aid in visual data investigations.
This focus has led to a lack of facilities for composing specialized plots.
-Thi package aims to be a collection of mainly new statistics and geometries
+This package aims to be a collection of mainly new statistics and geometries
that fills this gap.")
(license license:expat)))