tidyr (1.3.1)

Published 2026-02-24 13:47:32 +00:00 by atheaadmin

Installation

options("repos" = c(getOption("repos"), c(gitea="")))
install.packages("tidyr")

About this package

Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).Tidy Messy Data

Dependencies

Imports cli (>= 3.4.1), dplyr (>= 1.0.10), glue, lifecycle (>= 1.0.3), magrittr, purrr (>= 1.0.1), rlang (>= 1.1.1), stringr (>= 1.5.0), tibble (>= 2.1.1), tidyselect (>= 1.2.0), utils, vctrs (>= 0.5.2)
Depends R (>= 3.6)
LinkingTo cpp11 (>= 0.4.0)
Suggests covr, data.table, knitr, readr, repurrrsive (>= 1.1.0), rmarkdown, testthat (>= 3.0.0)
Details
CRAN
2026-02-24 13:47:32 +00:00
0
MIT + file LICENSE
Hadley Wickham
Davis Vaughan
Maximilian Girlich
Kevin Ushey
Posit Software
PBC
790 KiB
Assets (1)
Versions (1) View all
1.3.1 2026-02-24