crochet: Implementation Helper for '[' and '[<-' of Custom Matrix-Like Types

Functions to help implement the extraction / subsetting / indexing function '[' and replacement function '[<-' of custom matrix-like types (based on S3, S4, etc.), modeled as closely to the base matrix class as possible (with tests to prove it).

Version: 2.2.0
Depends: R (≥ 3.0.0)
Imports: methods
Suggests: testthat (≥ 2.1.0), knitr, rmarkdown
Published: 2019-06-13
Author: Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <alexander.grueneberg at googlemail.com>
BugReports: https://github.com/agrueneberg/crochet/issues
License: MIT + file LICENSE
URL: https://github.com/agrueneberg/crochet
NeedsCompilation: no
Materials: README NEWS
CRAN checks: crochet results

Downloads:

Reference manual: crochet.pdf
Vignettes: Example of a custom type that implements 'extract' and 'replace'
Package source: crochet_2.2.0.tar.gz
Windows binaries: r-devel: crochet_2.2.0.zip, r-release: crochet_2.2.0.zip, r-oldrel: crochet_2.2.0.zip
OS X binaries: r-release: crochet_2.2.0.tgz, r-oldrel: crochet_2.2.0.tgz
Old sources: crochet archive

Reverse dependencies:

Reverse imports: BEDMatrix, BGData, LinkedMatrix

Linking:

Please use the canonical form https://CRAN.R-project.org/package=crochet to link to this page.