summaryrefslogtreecommitdiff
path: root/math/Makefile
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/Makefile
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/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index c6a5c439be1..96718ce5da9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.414 2019/07/31 13:11:28 brook Exp $
+# $NetBSD: Makefile,v 1.415 2019/07/31 13:13:39 brook Exp $
COMMENT= Mathematics
@@ -44,6 +44,7 @@ SUBDIR+= R-coda
SUBDIR+= R-combinat
SUBDIR+= R-date
SUBDIR+= R-e1071
+SUBDIR+= R-ellipsis
SUBDIR+= R-emdbook
SUBDIR+= R-forecast
SUBDIR+= R-fracdiff