# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tidyr" in publications use:' type: software license: MIT title: 'tidyr: Tidy Messy Data' version: 1.3.1.9000 doi: 10.32614/CRAN.package.tidyr abstract: 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). authors: - family-names: Wickham given-names: Hadley email: hadley@posit.co - family-names: Vaughan given-names: Davis email: davis@posit.co - family-names: Girlich given-names: Maximilian repository: https://tidyverse.r-universe.dev repository-code: https://github.com/tidyverse/tidyr commit: 622afe810825ffb5de750c060778b150c68ba71a url: https://tidyr.tidyverse.org contact: - family-names: Wickham given-names: Hadley email: hadley@posit.co