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✨
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 | 139 | ||
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 218 | ||
| linux-release-arm64 | OK | 178 | ||
| linux-release-x86_64 | OK | 131 | ||
| macos-release-arm64 | OK | 151 | ||
| macos-release-x86_64 | OK | 407 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 223 | ||
| windows-devel | OK | 132 | ||
| windows-release | OK | 120 | ||
| windows-oldrel | OK | 117 | ||
| wasm-release | OK | 130 |
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 |
