r-s4vectors
S4 implementation of vectors and lists
The S4Vectors package defines the Vector
and List
virtual classes and a set of generic functions that extend the semantic of ordinary vectors and lists in R. Package developers can easily implement vector-like or list-like objects as concrete subclasses of Vector
or List
. In addition, a few low-level concrete subclasses of general interest (e.g. DataFrame
, Rle
, and Hits
) are implemented in the S4Vectors package itself.
- Versions: 0.46.0
- Website: https://bioconductor.org/packages/S4Vectors
- Licenses: Artistic License 2.0
- Package source: gnu/packages/bioconductor.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-s4vectors
as follows:
guix install r-s4vectors
Or install a particular version:
guix install r-s4vectors@0.46.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-s4vectors about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-s4vectors'><img src='https://packages.guix.gnu.org/packages/r-s4vectors/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-s4vectors)
Example Org:
[[https://packages.guix.gnu.org/packages/r-s4vectors][https://packages.guix.gnu.org/packages/r-s4vectors/badges/latest-version.svg]]