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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reduce piuparts noise in transitions (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 20 Jul 2023 22:09: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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-biocio_1.10.0+dfsg-1.dsc 2.1 KiB 5764bf652097b40787a2ab7fb657f658cafaf718f88cd362c96dcc8bab615fac
r-bioc-biocio_1.10.0+dfsg.orig.tar.xz 9.7 KiB 11456cc39ebdc61df4b9c0253960bfd138abe401dfef7869749bd47140f64c50
r-bioc-biocio_1.10.0+dfsg-1.debian.tar.xz 5.2 KiB 73752923651b31f85a259eac217278260062868c8965beeefc867222699cd94a

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()`.