inplace: In-place Operators for R

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

Version: 0.1.0
Imports: Rcpp
LinkingTo: Rcpp
Suggests: spelling, data.table, testthat, covr
Published: 2018-06-10
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21 at gmail.com>
BugReports: https://github.com/privefl/inplace/issues
License: GPL-3
URL: https://github.com/privefl/inplace
NeedsCompilation: yes
Language: en-US
Materials: README
CRAN checks: inplace results

Downloads:

Reference manual: inplace.pdf
Package source: inplace_0.1.0.tar.gz
Windows binaries: r-devel: inplace_0.1.0.zip, r-release: inplace_0.1.0.zip, r-oldrel: inplace_0.1.0.zip
macOS binaries: r-release: inplace_0.1.0.tgz, r-oldrel: inplace_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=inplace to link to this page.