Type: Package
Package: pmatch
Title: Pattern Matching
Version: 0.1.2
Author: Thomas Mailund <mailund@birc.au.dk>
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Description: Implements type constructions and pattern matching.
    Using this package, you can specify a type of object and write functions
    that matches against the structure of objects of such types to program
    data structure transformations more succinctly.
License: GPL-3
ByteCompile: true
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Language: en-GB
Depends: R (>= 3.2),
Imports: dplyr, purrr, rlang (>= 0.2.0), tibble, glue
Suggests: shiny, DT, covr, styler, lintr, testthat, knitr, rmarkdown,
        magrittr, tailr (>= 0.1.0)
NeedsCompilation: no
Packaged: 2018-02-28 21:29:54 UTC; mailund
Repository: CRAN
Date/Publication: 2018-02-28 21:35:11 UTC
