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 |
Reference manual: | crochet.pdf |
Vignettes: |
Example of a custom type that implements 'extract' and 'replace' |
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: crochet_2.3.0.tgz, r-oldrel: crochet_2.3.0.tgz |
Old sources: | crochet archive |
Reverse imports: | BEDMatrix, BGData, LinkedMatrix |
Please use the canonical form https://CRAN.R-project.org/package=crochet to link to this page.