mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
dev-R/blob: new package, add 1.2.3
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
17
dev-R/blob/metadata.xml
Normal file
17
dev-R/blob/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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">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>
|
||||
Reference in New Issue
Block a user