summaryrefslogtreecommitdiff
path: root/math/R-ellipsis
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 13:13:39 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 13:13:39 +0000
commit99ba477bea7c221d099fa7e66aa8d401bcc3eb93 (patch)
treeb0cbb696515b978a47aad2da35f62de86b88a3f9 /math/R-ellipsis
parent4d3144743c4738b72c7e3b3ff6a3957d6bc35ffb (diff)
downloadpkgsrc-99ba477bea7c221d099fa7e66aa8d401bcc3eb93.tar.gz
R-ellipsis: initial commit.
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
Diffstat (limited to 'math/R-ellipsis')
-rw-r--r--math/R-ellipsis/DESCR4
-rw-r--r--math/R-ellipsis/Makefile18
-rw-r--r--math/R-ellipsis/distinfo6
3 files changed, 28 insertions, 0 deletions
diff --git a/math/R-ellipsis/DESCR b/math/R-ellipsis/DESCR
new file mode 100644
index 00000000000..6810ed959b1
--- /dev/null
+++ b/math/R-ellipsis/DESCR
@@ -0,0 +1,4 @@
+The ellipsis is a powerful tool for extending functions. Unfortunately
+this power comes at a cost: misspelled arguments will be silently
+ignored. The ellipsis package provides a collection of functions to
+catch problems and alert the user.
diff --git a/math/R-ellipsis/Makefile b/math/R-ellipsis/Makefile
new file mode 100644
index 00000000000..ce63e4445f0
--- /dev/null
+++ b/math/R-ellipsis/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:13:39 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/ellipsis/
+COMMENT= Tools for working with ...
+LICENSE= gnu-gpl-v3
+
+R_PKGNAME= ellipsis
+R_PKGVER= 0.2.0.1
+
+DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-ellipsis/distinfo b/math/R-ellipsis/distinfo
new file mode 100644
index 00000000000..b5281c5d383
--- /dev/null
+++ b/math/R-ellipsis/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:13:39 brook Exp $
+
+SHA1 (R/ellipsis_0.2.0.1.tar.gz) = 6f68eb3196b40d640448c0d612cc3d133d52b5cc
+RMD160 (R/ellipsis_0.2.0.1.tar.gz) = 9bb251f123806b9a5cbe7993fe5f1310949fa71f
+SHA512 (R/ellipsis_0.2.0.1.tar.gz) = e38a149d8fdc83c694bae2c1a07ad2e1974680e84d2bef304fcddb51eff6ca8994cd01c3cbd8746541b99e8c36938017896d02e22348c2879e17a1c0789003fe
+Size (R/ellipsis_0.2.0.1.tar.gz) = 7045 bytes