Type: Package
Package: pmatch
Title: Pattern Matching
Version: 0.1.4
Authors@R: person("Thomas", "Mailund", 
                  email = "mailund@birc.au.dk", 
                  role = c("aut", "cre"))
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.1.0
Language: en-GB
Depends: R (>= 3.2)
Imports: dplyr, purrr, rlang (>= 0.2.0), tibble, glue, foolbox,
        magrittr
Suggests: shiny, DT, covr, styler, lintr, testthat, knitr, rmarkdown,
        microbenchmark, ggraph, tidygraph, tailr
URL: https://github.com/mailund/pmatch
BugReports: https://github.com/mailund/pmatch/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-10-19 14:59:20 UTC; mailund
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Repository: CRAN
Date/Publication: 2018-10-19 15:20:02 UTC
