Package: factory Type: Package Title: Build Function Factories Version: 0.1.0.9000 Authors@R: c(person(given = "Jon", family = "Harmon", role = c("aut", "cre"), email = "jonthegeek@gmail.com", comment = c(ORCID = "0000-0003-4781-4346") ), person(given = "Tyler Grant", family = "Smith", role = "ctb" ) ) 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 RoxygenNote: 7.1.0 Imports: purrr (>= 0.3.2), rlang (>= 0.4.0), magrittr Suggests: testthat (>= 2.1.0), covr, roxygen2, knitr, rmarkdown, ggplot2, grDevices, scales, bench VignetteBuilder: knitr Repository: https://jonthegeek.r-universe.dev Date/Publication: 2020-06-03 19:23:20 UTC RemoteUrl: https://github.com/jonthegeek/factory RemoteRef: HEAD RemoteSha: 07d9a555d3402f4dfc2abce9c42b886134e40abb NeedsCompilation: no Packaged: 2026-06-08 09:54:14 UTC; root Author: Jon Harmon [aut, cre] (ORCID: ), Tyler Grant Smith [ctb] Maintainer: Jon Harmon