r-bioc-biomformat 1.24.0+dfsg-1 source package in Ubuntu

Changelog

r-bioc-biomformat (1.24.0+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 14 May 2022 08:51:26 +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-biomformat_1.24.0+dfsg-1.dsc 2.1 KiB 44aaea64f2ec229403c7fb7f3db5aa58b5db745462ccb60317d349e953703183
r-bioc-biomformat_1.24.0+dfsg.orig.tar.xz 21.8 KiB 79b4e1afb1a12baa792ee0262bd855fa7386ffe61e5ffd57717446a0a86867c8
r-bioc-biomformat_1.24.0+dfsg-1.debian.tar.xz 4.6 KiB 32de952cb0ff6021c7a69cb0c02f5794b42d43dcc6ebd73655078ef148835755

Available diffs

No changes file available.

Binary packages built by this source

r-bioc-biomformat: GNU R interface package for the BIOM file format

 This is an R package for interfacing with the BIOM format. This package
 includes basic tools for reading biom-format files, accessing and
 subsetting data tables from a biom object (which is more complex than a
 single table), as well as limited support for writing a biom-object back
 to a biom-format file. The design of this API is intended to match the
 Python API and other tools included with the biom-format project, but
 with a decidedly "R flavor" that should be familiar to R users. This
 includes S4 classes and methods, as well as extensions of common core
 functions/methods.