Package: wrapr
Type: Package
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 1.4.1
Date: 2018-05-17
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()' which
    converts non-standard evaluation interfaces to parametric standard
    evaluation interface, 'qc()' quoting concatenate, 'DebugFnW()' to
    capture function context on error for debugging, dot-pipe, ':='
    named map builder, and lambda-abstraction.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: R (>= 3.0.0)
Imports: utils
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2018-05-17 14:29:14 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2018-05-18 04:13:44 UTC
