diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 18:32:48 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 18:32:48 +0000 |
commit | 28938c63dff3ce6200a36558c3f986625244fe53 (patch) | |
tree | b300d10147416a4f4f9ffed24289b7a056b2b55b /textproc/Makefile | |
parent | 953462733d12ede7a6affa050cefdfe32fd7d511 (diff) | |
download | pkgsrc-28938c63dff3ce6200a36558c3f986625244fe53.tar.gz |
R-brew: initial commit
brew 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.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index eeefa36b580..d567bf0ea17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1044 2019/08/09 18:31:59 brook Exp $ +# $NetBSD: Makefile,v 1.1045 2019/08/09 18:32:48 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -11,6 +11,7 @@ SUBDIR+= GutenMark-words SUBDIR+= LDoc SUBDIR+= Markdown SUBDIR+= OdfConverter +SUBDIR+= R-brew SUBDIR+= R-cellranger SUBDIR+= R-clisymbols SUBDIR+= R-commonmark |