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