r-bioc-biocio 1.2.0+dfsg-2 source package in Ubuntu

Changelog

r-bioc-biocio (1.2.0+dfsg-2) unstable; urgency=medium

  * Packaging update
  * Standards-Version: 4.6.0 (routine-update)
  * dh-update-R to update Build-Depends (3) (routine-update)
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Andreas Tille <email address hidden>  Fri, 10 Sep 2021 14:47:13 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-biocio_1.2.0+dfsg-2.dsc 2.1 KiB bb686d99a4fea2b747e859be68ed954f2d8e643feb19826acb9b138ad0ef62de
r-bioc-biocio_1.2.0+dfsg.orig.tar.xz 8.6 KiB 96ade1ef7fc49dfee70cf91088fd689ad66071bf8e9e1af5226bf3472994db6b
r-bioc-biocio_1.2.0+dfsg-2.debian.tar.xz 4.9 KiB 55d4ffd853ab2065db65c347f764306503e809a104d795bb335b49d39d5ed0fd

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