inplace-package: inplace: In-place Operators for R
Description
It provides in-place operators for R
that are equivalent to '+=', '-=', '*=', '/=' in C++.
Those can be applied on integer|double vectors|matrices.
You have also access to sweep operations (in-place).