From d60526ac557a64f72d0dc5164b4d4f3ca35c0ecc Mon Sep 17 00:00:00 2001 From: tota Date: Tue, 27 Jun 2017 08:03:09 +0000 Subject: - Add new port math/R-cran-sf Support for simple features, a standardized way to encode spatial vector data. Binds to GDAL for reading and writing data, to GEOS for geometrical operations, and to Proj.4 for projection conversions and datum transformations. WWW: https://cran.r-project.org/web/packages/sf/ Submitted by: Rainer Hurling (via private e-mail) --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 02c4f4ada933..a8c5ddc1f3a6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -67,6 +67,7 @@ SUBDIR += R-cran-quantreg SUBDIR += R-cran-rgenoud SUBDIR += R-cran-sandwich + SUBDIR += R-cran-sf SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep -- cgit