Package: calcUnique
Type: Package
Title: Simple Wrapper for Computationally Expensive Functions
Version: 0.1.2
Author: Stephen Froehlich
Maintainer: Stephen Froehlich <stephen.froehlich@gmail.com>
Description: This is a one-function package that will pass only unique values to a computationally-expensive function that returns an output of the same length as the input.
    In importing and working with tidy data, it is common to have index columns, often including time stamps that are far from unique. Some functions to work with these such as text conversion to other variable types (e.g. as.POSIXct()), various grep()-based functions, and often the cut() function are relatively slow when working with tens of millions of rows or more.
License: MIT + file LICENSE
URL: https://github.com/stephenbfroehlich/calcUnique
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests: testthat
NeedsCompilation: no
Packaged: 2020-05-04 18:46:01 UTC; sfroehlich
Repository: CRAN
Date/Publication: 2020-05-04 21:50:07 UTC
Built: R 4.3.0; ; 2023-04-11 22:41:13 UTC; unix
