aboutsummaryrefslogtreecommitdiff
blob: 736d305695dfd40d99d1e7a5b07592b774cf04e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>