You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/packages/index.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,8 @@ As well as [readr](https://readr.tidyverse.org), for reading flat files, the tid
51
51
52
52
## Wrangle
53
53
54
-
In addition to [tidyr](https://tidyr.tidyverse.org), and [dplyr](https://dplyr.tidyverse.org), there are five packages (including [stringr](https://stringr.tidyverse.org) and [forcats](https://forcats.tidyverse.org)) which are designed to work with specific types of data:
54
+
In addition to [tidyr](https://tidyr.tidyverse.org), [dplyr](https://dplyr.tidyverse.org), and the three specialized packages already in core tidyverse ([stringr](https://stringr.tidyverse.org), [forcats](https://forcats.tidyverse.org) and [lubridate](https://lubridate.tidyverse.org)), there are two others which are designed to work with specific types of data:
55
55
56
-
*[lubridate](https://lubridate.tidyverse.org) for dates and date-times.
57
56
*[hms](https://hms.tidyverse.org) for time-of-day values.
58
57
*[blob](https://blob.tidyverse.org) for storing blob (binary) data.
Copy file name to clipboardExpand all lines: data/packages.yml
+12-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
ggplot2:
2
2
weight: 1
3
-
desc: 'ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.'
3
+
desc: 'ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.'
desc: 'tidyr provides a set of functions that help you get to tidy data. Tidy data is data with a consistent form: in brief, every variable goes in a column, and every column is a variable.'
19
+
desc: 'tidyr provides a set of functions that help you get to tidy data. Tidy data is data with a consistent form: in brief, every variable goes in a column, and every column is a variable.'
desc: "purrr enhances R’s functional programming (FP) toolkit by providing a complete and consistent set of tools for working with functions and vectors. Once you master the basic concepts, purrr allows you to replace many for loops with code that is easier to write and more expressive."
35
+
desc: "purrr enhances R’s functional programming (FP) toolkit by providing a complete and consistent set of tools for working with functions and vectors. Once you master the basic concepts, purrr allows you to replace many for loops with code that is easier to write and more expressive."
0 commit comments