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:Florian Privé [aut, cre]

inplace_0.1.2.tar.gz
inplace_0.1.2.zip(r-4.7-x86_64)inplace_0.1.2.zip(r-4.6-x86_64)inplace_0.1.2.zip(r-4.5-x86_64)
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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

3.68 score 8 stars 12 scripts 221 downloads 6 exports 1 dependencies

Last updated from:54479172e0. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK144
linux-devel-x86_64OK154
source / vignettesOK176
linux-release-arm64OK154
linux-release-x86_64OK155
macos-release-arm64OK129
macos-release-x86_64OK254
macos-oldrel-arm64OK144
macos-oldrel-x86_64OK272
windows-devel-x86_64OK122
windows-release-x86_64OK128
windows-oldrel-x86_64OK169
wasm-releaseOK126

Exports:%-<-%%*<-%%/<-%%+<-%sweep1_in_placesweep2_in_place

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
In-place operators%*<-% %+<-% %-<-% %/<-% inplace-op
Sweepinplace-sweep sweep1_in_place sweep2_in_place