r-cran-g.data 2.4-4build1 source package in Ubuntu

Changelog

r-cran-g.data (2.4-4build1) groovy; urgency=medium

  * No-change rebuild against r-api-4.0

 -- Graham Inggs <email address hidden>  Sat, 30 May 2020 10:02:11 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Groovy
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
gnu-r
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe gnu-r
Lunar release universe gnu-r
Jammy release universe gnu-r

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-g.data_2.4.orig.tar.gz 74.1 KiB f453b71d1a52111a9e06a8a64ee1380bd5479be77d563fc30c725c3436a84491
r-cran-g.data_2.4-4build1.debian.tar.xz 3.1 KiB 524397704d33acd368f380b0bf03654645972a644e7cad20adc68fd27a83bf60
r-cran-g.data_2.4-4build1.dsc 2.0 KiB cbeb2fb5b84d73266bf4e47cda0f06e6e7ab2155d705e7ad929a699eab20bcc2

Available diffs

View changes file

Binary packages built by this source

r-cran-g.data: GNU R package for delayed-data

 g.data creates and maintains delayed-data packages (DDP's). Data
 stored in a DDP are available on demand, but do not take up memory
 until requested. You attach a DDP with g.data.attach(), then read from
 it and assign to it in a manner similar to S-Plus, except that you must
 run g.data.save() to actually commit to disk.