Package: inops 0.0.1
inops: Infix Operators for Detection, Subsetting and Replacement
Infix operators to detect, subset, and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices, and lists.
Authors:
inops_0.0.1.tar.gz
inops_0.0.1.zip(r-4.7-any)inops_0.0.1.zip(r-4.6-any)inops_0.0.1.zip(r-4.5-any)
inops_0.0.1.tgz(r-4.6-any)inops_0.0.1.tgz(r-4.5-any)
inops_0.0.1.tar.gz(r-4.7-any)inops_0.0.1.tar.gz(r-4.6-any)
inops_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
inops/json (API)
| # Install 'inops' in R: |
| install.packages('inops', repos = c('https://moodymudskipper.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/moodymudskipper/inops/issues
Last updated from:b2e0ab9c62. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 216 | ||
| linux-release-x86_64 | OK | 123 | ||
| macos-release-arm64 | OK | 70 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 65 | ||
| windows-release | OK | 75 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 97 |
Exports:!=<-%[!=%%[<%%[<=%%[==%%[>%%[>=%%[in()%%[in(]%%[in[)%%[in[]%%[in{}%%[in#%%[in%%[in~%%[in~f%%[in~p%%[out()%%[out(]%%[out[)%%[out[]%%[out{}%%[out#%%[out%%[out~%%[out~f%%[out~p%%in()%%in()%<-%in(]%%in(]%<-%in[)%%in[)%<-%in[]%%in[]%<-%in{}%%in{}%<-%in#%%in#%<-%in%<-%in~%%in~%<-%in~f%%in~f%<-%in~p%%in~p%<-%out()%%out()%<-%out(]%%out(]%<-%out[)%%out[)%<-%out[]%%out[]%<-%out{}%%out{}%<-%out#%%out#%<-%out%%out%<-%out~%%out~%<-%out~f%%out~f%<-%out~p%%out~p%<-<<-<=<-==<-><->=<-
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Replacing Values by Comparison | !=<- <<- <=<- ==<- ><- >=<- comparison_replace |
| Subsetting Values by Comparison | %[!=% %[<% %[<=% %[==% %[>% %[>=% comparison_subset |
| Matching Values and Intervals | %in#% %in()% %in(]% %in[)% %in[]% %in{}% %in~% %in~f% %in~p% %out#% %out()% %out(]% %out[)% %out[]% %out{}% %out~% %out~f% %out~p% in_detect |
| Replacing Values and Intervals | %in#%<- %in%<- %in()%<- %in(]%<- %in[)%<- %in[]%<- %in{}%<- %in~%<- %in~f%<- %in~p%<- %out#%<- %out%<- %out()%<- %out(]%<- %out[)%<- %out[]%<- %out{}%<- %out~%<- %out~f%<- %out~p%<- in_replace |
| Subsetting Values and Intervals | %[in#% %[in% %[in()% %[in(]% %[in[)% %[in[]% %[in{}% %[in~% %[in~f% %[in~p% %[out#% %[out% %[out()% %[out(]% %[out[)% %[out[]% %[out{}% %[out~% %[out~f% %[out~p% in_subset |
| Detect values that don't match | %out% out |
