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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * dh-update-R to update Build-Depends (3) (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 09 Sep 2021 12:17:52 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-blob_1.2.2-1.dsc 2.0 KiB 3aa42eeec82519858f06574677cc56e80731aeec6cfe84b611ab0938e9b2e231
r-cran-blob_1.2.2.orig.tar.gz 10.0 KiB 4976053c65994c769a4c22b4553bea0bd9c623b3b991dbaf023d2a164770c7fa
r-cran-blob_1.2.2-1.debian.tar.xz 2.6 KiB d545e4cedcf27cf1bee57c021b8b3702756046dbf5662c076150fcad30798a0f

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.