From 838c7f1477af06fb3bee6f756454e11be29002e5 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 11 Sep 2017 13:10:24 +0000 Subject: Sort categories Makefiles properly. Sponsored by: Absolight --- math/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index d3d4e4eac3fa..46a005483a04 100644 --- a/math/Makefile +++ b/math/Makefile @@ -24,8 +24,8 @@ SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen + SUBDIR += R-cran-RcppRoll SUBDIR += R-cran-Rmpfr - SUBDIR += R-cran-robustbase SUBDIR += R-cran-Rsolnp SUBDIR += R-cran-SparseM SUBDIR += R-cran-VGAM @@ -76,9 +76,9 @@ SUBDIR += R-cran-quadprog SUBDIR += R-cran-qualityTools SUBDIR += R-cran-quantreg - SUBDIR += R-cran-RcppRoll SUBDIR += R-cran-recipes SUBDIR += R-cran-rgenoud + SUBDIR += R-cran-robustbase SUBDIR += R-cran-sandwich SUBDIR += R-cran-sf SUBDIR += R-cran-sm -- cgit