r-bioc-biocio 1.8.0+dfsg-1 source package in Ubuntu

Changelog

r-bioc-biocio (1.8.0+dfsg-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <email address hidden>  Sun, 20 Nov 2022 13:43:48 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-biocio_1.8.0+dfsg-1.dsc 2.1 KiB e008ea64adbed8880a3e6b721422db5b95800cde7f3a180c7f3b7eb3250b05ee
r-bioc-biocio_1.8.0+dfsg.orig.tar.xz 8.6 KiB c987ac2cf645ba9ab2c5544b3adf8d2a48b297ceec5d25a414a268d8a5f0f8d5
r-bioc-biocio_1.8.0+dfsg-1.debian.tar.xz 5.1 KiB 9eeace9a23797eedcec279a37c0efbf84bf61780d843888d0187c1de9415de30

Available diffs

No changes file available.

Binary packages built by this source

r-bioc-biocio: standard input and output for Bioconductor packages

 Implements `import()` and `export()` standard generics
 for importing and exporting biological data formats. `import()`
 supports whole-file as well as chunk-wise iterative import. The
 `import()` interface optionally provides a standard mechanism for
 'lazy' access via `filter()` (on row or element-like components of
 the file resource), `select()` (on column-like components of the
 file resource) and `collect()`. The `import()` interface
 optionally provides transparent access to remote (e.g. via https)
 as well as local access. Developers can register a file extension,
 e.g., `.loom` for dispatch from character-based URIs to specific
 `import()` / `export()` methods based on classes representing file
 types, e.g., `LoomFile()`.