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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Thu, 30 Nov 2023 10:37:57 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-bioc-biomformat_1.30.0+dfsg-1.dsc 2.1 KiB b809c55c1267d07f11fb8f85a20b075ae5f3231c3d58c97c7e3b82cc23fce315
r-bioc-biomformat_1.30.0+dfsg.orig.tar.xz 21.8 KiB bd445976e87ed7438012d484fe6956b038c3316948643673ed219801ba2abd9a
r-bioc-biomformat_1.30.0+dfsg-1.debian.tar.xz 4.9 KiB 514b88f16d1b0d9a117826cf83c22ad0663a973aef522f612509d3f2921692b6

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.