local
argument of source
.inherits(., *)
instead of class(.) == *
(R4 compat).inst/test-suite
so that it can be used without --install-tests
.StringMatrix
vignette.convertIndex
function.extract()
and replace()
....
pass-through for single indices in extract()
.length()
method must now be implemented in addition to dim()
and dimnames()
for a matrix to be supported by crochet. One way to implement length()
could be length.TYPE = function(x) prod(dim(x))
.allowDoubles
to support huge matrices by not converting indices of type double to integers if the operation would overflow. Defaults to FALSE
to reduce the burden of implementing backends in statically typed languages.ktoij()
and ijtok()
helper functions.Initial release.