1PORTNAME= spdep 2DISTVERSION= 1.4-2 3CATEGORIES= math 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Spatial dependence: weighting schemes, statistics, and models 8WWW= https://cran.r-project.org/web/packages/spdep/ 9 10LICENSE= gpl2+ 11 12RUN_DEPENDS= R-cran-deldir>0:math/R-cran-deldir \ 13 R-cran-e1071>0:science/R-cran-e1071 \ 14 R-cran-s2>0:graphics/R-cran-s2 \ 15 R-cran-sf>0:math/R-cran-sf \ 16 R-cran-sp>=1.0:math/R-cran-sp \ 17 R-cran-spData>=2.3.1:math/R-cran-spData \ 18 R-cran-units>0:math/R-cran-units 19 20USES= cran:auto-plist,compiles 21 22.include <bsd.port.mk> 23