Files
guru/dev-R/tidyr/metadata.xml
Robert Greener 87c6e59ffc dev-R/tidyr: fix minor typo in metadata.xml
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-01 17:15:27 +01:00

18 lines
981 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/tidyverse/tidyr/issues</bugs-to>
<remote-id type="github">tidyverse/tidyr</remote-id>
</upstream>
</pkgmetadata>