Type: Package Package: brew Title: Templating Framework for Report Generation Version: 1.0-10 Authors@R: c( person("Jeffrey", "Horner", role = c("aut", "cph")), person("Greg", "Hunt", , "greg@firmansyah.com", role = c("aut", "cre", "cph")) ) Description: Implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module. License: GPL (>=2) URL: https://github.com/gregfrog/brew BugReports: https://github.com/gregfrog/brew/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Repository: https://gregfrog.r-universe.dev Date/Publication: 2023-12-16 09:02:51 UTC RemoteUrl: https://github.com/gregfrog/brew RemoteRef: HEAD RemoteSha: e6d1214191724072c026085dd06239b601cc049b NeedsCompilation: no Packaged: 2026-06-22 07:09:10 UTC; root Author: Jeffrey Horner [aut, cph], Greg Hunt [aut, cre, cph] Maintainer: Greg Hunt