Package: factory
Type: Package
Title: Build Function Factories
Version: 0.1.0
Authors@R: 
    c(person(given = "Jon", 
             family = "Harmon", 
             role = c("aut", "cre"),
             email = "jonthegeek@gmail.com")
    )
Description: Function factories are functions that make functions. They can be 
    confusing to construct. Straightforward techniques can produce functions 
    that are fragile or hard to understand. While more robust techniques exist 
    to construct function factories, those techniques can be confusing. This 
    package is designed to make it easier to construct function factories.
URL: https://github.com/jonthegeek/factory
BugReports: https://github.com/jonthegeek/factory/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: purrr (>= 0.3.2), rlang (>= 0.4.0)
Suggests: testthat (>= 2.1.0), covr, roxygen2, knitr, rmarkdown,
        ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-08-20 13:44:54 UTC; Jon.Harmon
Author: Jon Harmon [aut, cre]
Maintainer: Jon Harmon <jonthegeek@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-21 09:00:07 UTC
Built: R 4.0.2; ; 2020-07-15 13:05:17 UTC; unix
