Package: inops Title: Infix Operators for Detection, Subsetting and Replacement Version: 0.0.1 Authors@R: c( person("Antoine", "Fabri", email = "antoine.fabri@gmail.com", role = c("aut", "cre")), person("Karolis", "Koncevičius", email = "karolis.koncevicius@gmail.com", role = "aut") ) Description: 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. Depends: R (>= 3.1.0) License: GPL-3 Encoding: UTF-8 RoxygenNote: 6.1.1 Suggests: testthat (>= 2.1.0), purrr, knitr, rmarkdown, dplyr, nycflights13 URL: https://github.com/moodymudskipper/inops BugReports: https://github.com/moodymudskipper/inops/issues VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Repository: https://moodymudskipper.r-universe.dev Date/Publication: 2019-11-19 13:56:51 UTC RemoteUrl: https://github.com/moodymudskipper/inops RemoteRef: HEAD RemoteSha: b2e0ab9c6235111ac9b1dcef0da7bb58d01cc6b8 NeedsCompilation: no Packaged: 2026-07-19 08:13:45 UTC; root Author: Antoine Fabri [aut, cre], Karolis Koncevičius [aut] Maintainer: Antoine Fabri