The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

crochet

CRAN_Status_Badge Number of direct and total dependencies Rdoc Travis-CI Build Status AppVeyor Build Status Coverage status

crochet is an R package that provides 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).

Example

Check out the Example of a Custom Type that Implements 'extract' and 'replace' vignette on the crochet page on CRAN.

Installation

Install the stable version from CRAN:

install.packages("crochet")

Alternatively, install the development version from GitHub:

# install.packages("remotes")
remotes::install_github("agrueneberg/crochet")

Documentation

Further documentation can be found on RDocumentation.

Contributing

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.