mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
18 lines
763 B
XML
18 lines
763 B
XML
<?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">R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.</longdescription>
|
|
<upstream>
|
|
<maintainer>
|
|
<name>Kirill Müller</name>
|
|
<email>krlmlr+r@mailbox.org</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/tidyverse/blob/issues</bugs-to>
|
|
<remote-id type="github">tidyverse/blob</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|