diff options
author | minskim <minskim@pkgsrc.org> | 2018-02-01 16:58:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-02-01 16:58:03 +0000 |
commit | f1c990229e674cad2c9522af1bc07100773df8f6 (patch) | |
tree | 23c59001bd80359747ad9d765dba056dd0563f6e /math/Makefile | |
parent | c8191bc24e88dc3a75d54d6debea37f7bb2bebeb (diff) | |
download | pkgsrc-f1c990229e674cad2c9522af1bc07100773df8f6.tar.gz |
math/Makefile: Add R-ISLR
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d1ebbba4f63..cd9ceb37ab0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.358 2018/01/30 02:14:09 minskim Exp $ +# $NetBSD: Makefile,v 1.359 2018/02/01 16:58:03 minskim Exp $ COMMENT= Mathematics @@ -8,6 +8,7 @@ SUBDIR+= R-DAAG SUBDIR+= R-DBI SUBDIR+= R-FNN SUBDIR+= R-GRASS +SUBDIR+= R-ISLR SUBDIR+= R-ISwR SUBDIR+= R-MatrixModels SUBDIR+= R-PHYLOGR |