Files
guru/dev-R/tidyr/metadata.xml
Robert Greener c05cec0c28 dev-R/tidyr: Add tidyr-1.2.0
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-01 16:24:55 +01:00

18 lines
982 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">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).</longdescription>
<upstream>
<maintainer>
<name>Hadley Wickham</name>
<email>hadley@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/tidyvserse/tidyr/issues</bugs-to>
<remote-id type="github">tidyverse/tidyr</remote-id>
</upstream>
</pkgmetadata>