Package: inplace 0.1.2
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).
Authors:
inplace_0.1.2.tar.gz
inplace_0.1.2.zip(r-4.7)inplace_0.1.2.zip(r-4.6)inplace_0.1.2.zip(r-4.5)
inplace_0.1.2.tgz(r-4.6-x86_64)inplace_0.1.2.tgz(r-4.6-arm64)inplace_0.1.2.tgz(r-4.5-x86_64)inplace_0.1.2.tgz(r-4.5-arm64)
inplace_0.1.2.tar.gz(r-4.7-arm64)inplace_0.1.2.tar.gz(r-4.7-x86_64)inplace_0.1.2.tar.gz(r-4.6-arm64)inplace_0.1.2.tar.gz(r-4.6-x86_64)
inplace_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
inplace/json (API)
| # Install 'inplace' in R: |
| install.packages('inplace', repos = c('https://privefl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/privefl/inplace/issues
Last updated from:54479172e0. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 143 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 183 | ||
| linux-release-arm64 | OK | 135 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 103 | ||
| macos-release-x86_64 | OK | 258 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| macos-oldrel-x86_64 | OK | 209 | ||
| windows-devel | OK | 113 | ||
| windows-release | OK | 137 | ||
| windows-oldrel | OK | 152 | ||
| wasm-release | OK | 125 |
Exports:%-<-%%*<-%%/<-%%+<-%sweep1_in_placesweep2_in_place
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| In-place operators | %*<-% %+<-% %-<-% %/<-% inplace-op |
| Sweep | inplace-sweep sweep1_in_place sweep2_in_place |
