aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-02-01 08:54:56 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-02-01 11:53:01 +0000
commit4f3fb1c3f9ba7948a1c8ece79d1e82530e88ab87 (patch)
treef06b0b68a4de4d50868a127a7ae2a5f2dbd9c665 /textproc/Makefile
parente36ab4e0de24f7c3b9d6b7dcfb3b8eb86bf39889 (diff)
downloadports-4f3fb1c3f9ba7948a1c8ece79d1e82530e88ab87.tar.gz
ports-4f3fb1c3f9ba7948a1c8ece79d1e82530e88ab87.zip
textproc/R-cran-reprex: New port: Prepare Reproducible Example Code via the Clipboard
Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as stackoverflow.com and github.com, or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session. WWW: https://cran.r-project.org/web/packages/reprex/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b831355715c6..e702745f7781 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -21,6 +21,7 @@
SUBDIR += R-cran-readr
SUBDIR += R-cran-readxl
SUBDIR += R-cran-rematch
+ SUBDIR += R-cran-reprex
SUBDIR += R-cran-rex
SUBDIR += R-cran-rio
SUBDIR += R-cran-rmarkdown