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.5)inplace_0.1.2.zip(r-4.4)inplace_0.1.2.zip(r-4.3)
inplace_0.1.2.tgz(r-4.4-x86_64)inplace_0.1.2.tgz(r-4.4-arm64)inplace_0.1.2.tgz(r-4.3-x86_64)inplace_0.1.2.tgz(r-4.3-arm64)
inplace_0.1.2.tar.gz(r-4.5-noble)inplace_0.1.2.tar.gz(r-4.4-noble)
inplace_0.1.2.tgz(r-4.4-emscripten)inplace_0.1.2.tgz(r-4.3-emscripten)
inplace.pdf |inplace.html✨
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 4 years agofrom:54479172e0. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-aarch64 | OK | Oct 31 2024 |
R-4.3-win-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-aarch64 | OK | Oct 31 2024 |
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 |