diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-05 16:52:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-05 16:52:16 +0000 |
commit | d2b4afbbfeaa0ce6acda95998162f1458eb80e28 (patch) | |
tree | 5e55b8e26cc7fcf6c4c425caee1a3c02e968c0dc /math | |
parent | c6fd391a8ba84ca6691c91fd2bb21e4a7db5d186 (diff) | |
download | pkgsrc-d2b4afbbfeaa0ce6acda95998162f1458eb80e28.tar.gz |
math/Makefile: Add R-numDeriv
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 25e211f9ba9..bbfae56d3cb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.367 2018/03/04 01:03:34 minskim Exp $ +# $NetBSD: Makefile,v 1.368 2018/03/05 16:52:16 minskim Exp $ COMMENT= Mathematics @@ -55,6 +55,7 @@ SUBDIR+= R-minqa SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf SUBDIR+= R-nloptr +SUBDIR+= R-numDeriv SUBDIR+= R-pbkrtest SUBDIR+= R-pixmap SUBDIR+= R-plyr |