pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-reprex (textproc/R-reprex) import R-reprex-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9a88b8a3184
branches:  trunk
changeset: 377575:f9a88b8a3184
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 05:35:10 2022 +0000

description:
(textproc/R-reprex) import R-reprex-2.0.1

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
<https://stackoverflow.com> and <https://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.

diffstat:

 textproc/R-reprex/DESCR    |   9 +++++++++
 textproc/R-reprex/Makefile |  33 +++++++++++++++++++++++++++++++++
 textproc/R-reprex/distinfo |   5 +++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 76e165eb4a3a -r f9a88b8a3184 textproc/R-reprex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-reprex/DESCR   Sat Apr 23 05:35:10 2022 +0000
@@ -0,0 +1,9 @@
+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
+<https://stackoverflow.com> and <https://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.
diff -r 76e165eb4a3a -r f9a88b8a3184 textproc/R-reprex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-reprex/Makefile        Sat Apr 23 05:35:10 2022 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 05:35:10 mef Exp $
+
+R_PKGNAME=     reprex
+R_PKGVER=      2.0.1
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Prepare Reproducible Example Code via the Clipboard
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-callr>=3.6.0:../../devel/R-callr
+DEPENDS+=      R-cli>=2.3.1:../../devel/R-cli
+DEPENDS+=      R-clipr>=0.4.0:../../devel/R-clipr
+DEPENDS+=      R-fs>=1.5.2:../../devel/R-fs
+DEPENDS+=      R-glue>=1.6.2:../../devel/R-glue
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-withr>=2.3.0:../../devel/R-withr
+DEPENDS+=      R-rstudioapi>=0.13:../../math/R-rstudioapi
+DEPENDS+=      R-knitr>=1.23:../../print/R-knitr
+DEPENDS+=      R-rmarkdown>=2.10:../../textproc/R-rmarkdown
+
+# Packages suggested but not available: 'fortunes', 'mockr', 'styler'
+
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
+TEST_DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 76e165eb4a3a -r f9a88b8a3184 textproc/R-reprex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-reprex/distinfo        Sat Apr 23 05:35:10 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 05:35:10 mef Exp $
+
+BLAKE2s (R/reprex_2.0.1.tar.gz) = c675ab4510c72e81be269f1dc5122990ff46673b24e25f8dd4c4c2be19468e32
+SHA512 (R/reprex_2.0.1.tar.gz) = f5eaeac1854e1d2bc89e27642fdb65744a305937d781e77e1e57a581c11e6b392e34cfebfc8166d21ad4d68b18637f5d7cf114be4428d7bb40d827fa0ee7ee80
+Size (R/reprex_2.0.1.tar.gz) = 1087338 bytes



Home | Main Index | Thread Index | Old Index