Files
guru/dev-R/tibble/metadata.xml
Alessandro Barbieri 83e528c8ab dev-R/tibble: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-05-08 17:27:55 +02:00

34 lines
900 B
XML

<?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') that provides 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>