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.3.0
Depends: R (≥ 3.0.0)
Imports: methods
Suggests: tinytest, knitr, rmarkdown
Published: 2020-05-20
Author: Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <cran at agrueneberg.info>
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

Documentation:

Reference manual: crochet.pdf
Vignettes: Example of a custom type that implements 'extract' and 'replace'

Downloads:

Package source: crochet_2.3.0.tar.gz
Windows binaries: r-devel: crochet_2.3.0.zip, r-release: crochet_2.3.0.zip, r-oldrel: crochet_2.3.0.zip
macOS binaries: r-release (arm64): crochet_2.3.0.tgz, r-oldrel (arm64): crochet_2.3.0.tgz, r-release (x86_64): crochet_2.3.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.