jwutil: Tools for Data Manipulation and Testing

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.

Version: 1.2.3
Depends: R (≥ 3.4.0)
Imports: Rcpp
LinkingTo: Rcpp, testthat
Suggests: clipr, devtools, knitr, methods, pkgbuild, stats, testthat, tools, utils, withr
Published: 2019-05-06
Author: Jack O. Wasey ORCID iD [aut, cre, cph]
Maintainer: Jack O. Wasey <jack at jackwasey.com>
BugReports: https://github.com/jackwasey/jwutil/issues
License: GPL-3
URL: https://github.com/jackwasey/jwutil
NeedsCompilation: yes
Language: en-US
Materials: README NEWS
CRAN checks: jwutil results

Downloads:

Reference manual: jwutil.pdf
Vignettes: Stress-testing function calls
Package source: jwutil_1.2.3.tar.gz
Windows binaries: r-devel: jwutil_1.2.3.zip, r-release: jwutil_1.2.3.zip, r-oldrel: jwutil_1.2.3.zip
macOS binaries: r-release: jwutil_1.2.3.tgz, r-oldrel: jwutil_1.2.3.tgz
Old sources: jwutil archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=jwutil to link to this page.