Package: wiserow
Type: Package
Title: Multi-Threaded, Coercion-Free Implementations of Common Row-Wise
        Operations
Description: Fast row-oriented operations implemented in C++, all of which are multi-threaded by
    leveraging 'RcppParallel' and 'RcppThread'. Virtually no deep copies of input data are made,
    even of character data thanks to the 'string_ref' class from the C++ 'Boost' library. In
    contrast to other functions, the ones in this package support data frames with differently typed
    columns as input without coercing to a matrix, performing, if necessary, on-the-fly type
    promotion according to R rules (like transforming logicals to integers to allow summation).
Version: 0.1.0
Depends: R (>= 3.1.0)
Imports: methods, glue, Rcpp (>= 1.0.1), RcppParallel (>= 4.4.0),
        tidyselect
LinkingTo: BH, Rcpp, RcppParallel, RcppThread
Suggests: testthat
Date: 2020-02-20
Authors@R: c(
        person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="alexis.sarda@gmail.com")
    )
BugReports: https://github.com/asardaes/wiserow/issues
License: GPL (>= 3)
URL: https://asardaes.github.io/wiserow/,
        https://github.com/asardaes/wiserow
NeedsCompilation: yes
SystemRequirements: C++11, GNU make
Language: en-US
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.0.2
Packaged: 2020-02-20 19:18:27 UTC; oso
Author: Alexis Sarda-Espinosa [cre, aut]
Maintainer: Alexis Sarda-Espinosa <alexis.sarda@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-29 12:20:02 UTC
