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.2
Imports: Rcpp
LinkingTo: Rcpp
Suggests: spelling, data.table, testthat, covr
Published: 2020-08-24
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

Documentation:

Reference manual: inplace.pdf

Downloads:

Package source: inplace_0.1.2.tar.gz
Windows binaries: r-devel: inplace_0.1.2.zip, r-release: inplace_0.1.2.zip, r-oldrel: inplace_0.1.2.zip
macOS binaries: r-release (arm64): inplace_0.1.2.tgz, r-oldrel (arm64): inplace_0.1.2.tgz, r-release (x86_64): inplace_0.1.2.tgz
Old sources: inplace archive

Linking:

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