Package: wrapr
Type: Package
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 1.8.5
Date: 2019-03-24
Authors@R: c(
    person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
    person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
    person(family = "Win-Vector LLC", role = c("cph"))
    )
URL: https://github.com/WinVector/wrapr,
        http://winvector.github.io/wrapr/
Maintainer: John Mount <jmount@win-vector.com>
BugReports: https://github.com/WinVector/wrapr/issues
Description: Tools for writing and debugging R code. Provides: 
    'let()' 
    (converts non-standard evaluation interfaces to parametric standard
    evaluation interfaces, inspired by 'gtools:strmacro()' and 'base::bquote()'), 
    '%.>%' dot-pipe (an 'S3' configurable pipe),
    'build_frame()'/'draw_frame()' ('data.frame' example tools),
    'qc()' (quoting concatenate), 
    ':=' (named map builder),
    and more.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.2.1)
Imports: utils, methods, graphics, stats
Suggests: parallel, knitr, rmarkdown, RUnit, R.rsp
VignetteBuilder: knitr, R.rsp
ByteCompile: true
NeedsCompilation: no
Packaged: 2019-03-24 22:27:24 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2019-03-24 23:00:03 UTC
