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
LazyData: true
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
NeedsCompilation: no
Packaged: 2019-11-13 16:11:13 UTC; afabri
Author: Antoine Fabri [aut, cre],
  Karolis Koncevičius [aut]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-19 12:40:03 UTC
Built: R 4.5.1; ; 2025-10-29 02:07:30 UTC; windows
