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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 13 May 2022 11:35:59 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-biocio_1.6.0+dfsg-1.dsc 2.1 KiB e4d69c7155cf7ae3fa00480d4786e0816165be23f65f2e01e941719b6f3b836c
r-bioc-biocio_1.6.0+dfsg.orig.tar.xz 8.6 KiB d4fbfe6287220ac275de52521749a04c167681223324f02ee0b219d407b85f92
r-bioc-biocio_1.6.0+dfsg-1.debian.tar.xz 5.1 KiB 63a8226c77b5b0f3d1b783e2d519812d35b710dbc89c4280e3a2c705a99b4720

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