me
/
guix
Archived
1
0
Fork 0

gnu: r-dplyr: Fix typo in description.

* gnu/packages/statistics.scm (r-dplyr)[description]: Fix typo.
Leo Famulari 2022-01-19 16:25:45 -05:00
parent a27e47f9d1
commit beb75b449d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ and printing capabilities than traditional data frames.")
(home-page "https://github.com/hadley/dplyr") (home-page "https://github.com/hadley/dplyr")
(synopsis "Tools for working with data frames in R") (synopsis "Tools for working with data frames in R")
(description (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 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 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 to use in R; 2) provide fast performance for in-memory data by writing key