Package: jwutil
Title: Tools for Data Manipulation and Testing
Version: 1.2.3
Authors@R: 
    person(given = "Jack O. Wasey",
           role = c("aut", "cre", "cph"),
           email = "jack@jackwasey.com",
           comment = c(ORCID = "0000-0003-3738-4637"))
Description: This is a set of simple utilities for various data
    manipulation and testing tasks.  The goal is to use core R tools well,
    without bringing in many dependencies. Main areas of interest are
    semi-automated data frame manipulation, such as converting factors in
    multiple binary indicator columns. There are testing functions which
    provide 'testthat' expectations to permute arguments to function
    calls. There are functions and data to test extreme numbers, dates,
    and bad input of various kinds which should allow testing failure and
    corner cases, which can be used for fuzzing your functions. The test
    suite has many examples of usage.
License: GPL-3
URL: https://github.com/jackwasey/jwutil
BugReports: https://github.com/jackwasey/jwutil/issues
Depends: R (>= 3.4.0)
Imports: Rcpp
Suggests: clipr, devtools, knitr, methods, pkgbuild, stats, testthat,
        tools, utils, withr
LinkingTo: Rcpp, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 6.1.1.9000
NeedsCompilation: yes
Packaged: 2019-05-06 18:09:38 UTC; waseyj
Author: Jack O. Wasey [aut, cre, cph] (<https://orcid.org/0000-0003-3738-4637>)
Maintainer: Jack O. Wasey <jack@jackwasey.com>
Repository: CRAN
Date/Publication: 2019-05-06 19:10:03 UTC
