Package: invctr
Title: Infix Functions For Vector Operations
Version: 0.1.0
Authors@R: c(person(given = "Fred", family = "Hasselman", email = "f.hasselman@bsi.ru.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1384-8361")))
Maintainer: Fred Hasselman <f.hasselman@bsi.ru.nl>
Description: Vector operations between grapes: An infix-only package! The 'invctr' functions perform common and less common operations on vectors, data frames matrices and list objects:
    - Extracting a value (range), or, finding the indices of a value (range).
    - Trimming, or padding a vector with a value of your choice.
    - Simple polynomial regression.
    - Set and membership operations.
    - General check & replace function for NAs, Inf and other values.
Imports: rlang (>= 0.1.2), plyr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
License: GPL-3
Suggests: spelling, knitr, rmarkdown, testthat
Language: en-US
VignetteBuilder: knitr
URL: https://github.com/FredHasselman/invctr
BugReports: https://github.com/FredHasselman/invctr/issues
NeedsCompilation: no
Packaged: 2019-03-06 16:42:10 UTC; fred
Author: Fred Hasselman [aut, cre] (<https://orcid.org/0000-0003-1384-8361>)
Repository: CRAN
Date/Publication: 2019-03-07 17:20:06 UTC
