aboutsummaryrefslogtreecommitdiff
blob: 0a0a33bdf5dbbd71a40c2b7d080b6ebe1f8d341b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lssndrbarbieri@gmail.com</email>
		<name>Alessandro Barbieri</name>
	</maintainer>
	<longdescription lang="en">Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional
data frame.</longdescription>
	<upstream>
		<bugs-to>https://github.com/tidyverse/tibble/issues</bugs-to>
		<doc lang="en">https://cran.r-project.org/web//packages/tibble/tibble.pdf</doc>
		<changelog>https://cran.r-project.org/web//packages/tibble/news/news.html</changelog>
		<maintainer>
			<name>Kirill Müller</name>
			<email>krlmlr+r@mailbox.org</email>
		</maintainer>
		<remote-id type="github">tidyverse/tibble</remote-id>
	</upstream>
</pkgmetadata>