Package: crochet 2.3.0.9000

Alexander Grueneberg

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).

Authors:Alexander Grueneberg [aut, cre]

crochet_2.3.0.9000.tar.gz
crochet_2.3.0.9000.zip(r-4.5)crochet_2.3.0.9000.zip(r-4.4)crochet_2.3.0.9000.zip(r-4.3)
crochet_2.3.0.9000.tgz(r-4.4-any)crochet_2.3.0.9000.tgz(r-4.3-any)
crochet_2.3.0.9000.tar.gz(r-4.5-noble)crochet_2.3.0.9000.tar.gz(r-4.4-noble)
crochet_2.3.0.9000.tgz(r-4.4-emscripten)crochet_2.3.0.9000.tgz(r-4.3-emscripten)
crochet.pdf |crochet.html
crochet/json (API)
NEWS

# Install 'crochet' in R:
install.packages('crochet', repos = c('https://agrueneberg.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/agrueneberg/crochet/issues

On CRAN:

r-pkg

5.97 score 6 stars 9 packages 4 scripts 1.1k downloads 5 exports 0 dependencies

Last updated 5 years agofrom:c8a48bb9b5. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 06 2024
R-4.5-winOKNov 06 2024
R-4.5-linuxOKNov 06 2024
R-4.4-winOKNov 06 2024
R-4.4-macOKNov 06 2024
R-4.3-winOKNov 06 2024
R-4.3-macOKNov 06 2024

Exports:convertIndexextractijtokktoijreplace

Dependencies:

Example of a Custom Type that Implements 'extract' and 'replace'

Rendered fromStringMatrix.Rmdusingknitr::rmarkdownon Nov 06 2024.

Last update: 2020-05-19
Started: 2019-06-11