r-s4vectors 0.46.0
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.
- Outputs:
out
- 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 r-s4vectors 0.46.0
as follows:
guix install r-s4vectors@0.46.0
Or install the latest version:
guix install r-s4vectors
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.