d01eabf059
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.
16 lines
426 B
Makefile
16 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $
|
|
|
|
DISTNAME= blob_1.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/tidyverse/blob
|
|
COMMENT= Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= R-prettyunits-[0-9]*:../../math/R-prettyunits
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|