r-cran-blob 1.2.4-1 source package in Ubuntu

Changelog

r-cran-blob (1.2.4-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Sun, 11 Jun 2023 18:45:56 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-blob_1.2.4-1.dsc 2.0 KiB 5136f3e277eed43f907ca3c09cfebfebdb1beedbbdfe082cc4806e0c0add3778
r-cran-blob_1.2.4.orig.tar.gz 10.4 KiB d08922ebc4147d930fe4762b1b289935217308c6d3fcaa5ae028ce3f5cf2728f
r-cran-blob_1.2.4-1.debian.tar.xz 2.8 KiB e32e33f45130d0c514f0f9d9cfee330de03a6cdaf046e51bfb5ac4583af8ec56

Available diffs

No changes file available.

Binary packages built by this source

r-cran-blob: GNU R S3 Class for Representing Vectors of Binary Data ('BLOBS')

 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.