diff options
author | minskim <minskim@pkgsrc.org> | 2018-04-09 15:30:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-04-09 15:30:01 +0000 |
commit | a46a3bf386e4620c44af640320ea4cabf0b24617 (patch) | |
tree | 3fe2a0150532fa3eb738ce6b8146b061d7951eff /math | |
parent | 3dc5ae3ef13544c1139cff721ce3fdc408024a23 (diff) | |
download | pkgsrc-a46a3bf386e4620c44af640320ea4cabf0b24617.tar.gz |
math/Makefile: Add R-xtable
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 5d6b8c73757..a4917e9ffb6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.380 2018/04/06 19:31:51 minskim Exp $ +# $NetBSD: Makefile,v 1.381 2018/04/09 15:30:01 minskim Exp $ COMMENT= Mathematics @@ -79,6 +79,7 @@ SUBDIR+= R-stabledist SUBDIR+= R-statmod SUBDIR+= R-tibble SUBDIR+= R-wle +SUBDIR+= R-xtable SUBDIR+= R-xts SUBDIR+= R-zoo SUBDIR+= TinySVM |