Package: inplace Version: 0.1.2 Date: 2020-08-24 Title: 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). Authors@R: person("Florian", "Privé", email = "florian.prive.21@gmail.com", role = c("aut", "cre")) License: GPL-3 Language: en-US Encoding: UTF-8 ByteCompile: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 LinkingTo: Rcpp Imports: Rcpp Suggests: spelling, data.table, testthat, covr URL: https://github.com/privefl/inplace BugReports: https://github.com/privefl/inplace/issues Repository: https://privefl.r-universe.dev Date/Publication: 2020-08-24 12:08:27 UTC RemoteUrl: https://github.com/privefl/inplace RemoteRef: HEAD RemoteSha: 54479172e0e0fef0b98b1fb0c66dd69d89f2d33d NeedsCompilation: yes Packaged: 2026-06-23 07:56:16 UTC; root Author: Florian Privé [aut, cre] Maintainer: Florian Privé