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.5)inops_0.0.1.zip(r-4.4)inops_0.0.1.zip(r-4.3)
inops_0.0.1.tgz(r-4.4-any)inops_0.0.1.tgz(r-4.3-any)
inops_0.0.1.tar.gz(r-4.5-noble)inops_0.0.1.tar.gz(r-4.4-noble)
inops_0.0.1.tgz(r-4.4-emscripten)inops_0.0.1.tgz(r-4.3-emscripten)
inops.pdf |inops.html✨
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 5 years agofrom:b2e0ab9c62. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
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 |