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 exports 5 stars 2.53 score 0 dependencies 9 dependents 4 scripts 944 downloads

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

TargetResultDate
Doc / VignettesOKSep 07 2024
R-4.5-winOKSep 07 2024
R-4.5-linuxOKSep 07 2024
R-4.4-winOKSep 07 2024
R-4.4-macOKSep 07 2024
R-4.3-winOKSep 07 2024
R-4.3-macOKSep 07 2024

Exports:convertIndexextractijtokktoijreplace

Dependencies:

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

Rendered fromStringMatrix.Rmdusingknitr::rmarkdownon Sep 07 2024.

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