summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-19 16:25:45 -0500
committerLeo Famulari <leo@famulari.name>2022-01-19 16:26:41 -0500
commitbeb75b449d9f4bfbb10ef06e1bdca4c615d5b521 (patch)
tree510247f6fa50c0122f45ed3d5535730ab2fdd13f
parenta27e47f9d1e22dc32bb250cfeef88cfacb930e23 (diff)
downloadguix-patches-beb75b449d9f4bfbb10ef06e1bdca4c615d5b521.tar
guix-patches-beb75b449d9f4bfbb10ef06e1bdca4c615d5b521.tar.gz
gnu: r-dplyr: Fix typo in description.
* gnu/packages/statistics.scm (r-dplyr)[description]: Fix typo.
-rw-r--r--gnu/packages/statistics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f777ddf332..97c055ff75 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1752,7 +1752,7 @@ and printing capabilities than traditional data frames.")
(home-page "https://github.com/hadley/dplyr")
(synopsis "Tools for working with data frames in R")
(description
- "dplyr is the next iteration of plyr. It is focussed on tools for
+ "dplyr is the next iteration of plyr. It is focused on tools for
working with data frames. It has three main goals: 1) identify the most
important data manipulation tools needed for data analysis and make them easy
to use in R; 2) provide fast performance for in-memory data by writing key