diff options
author | tota <tota@FreeBSD.org> | 2011-09-18 07:47:40 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-18 07:47:40 +0800 |
commit | d7255970d83e14a830c2adc077a7106f422f42e7 (patch) | |
tree | 9bf0d6fe2a1601aa6024fdee7fa9ab5e1291034e /math/Makefile | |
parent | 4f99ccfa26ee2715292cdcf297815f35caf083d7 (diff) | |
download | freebsd-ports-gnome-d7255970d83e14a830c2adc077a7106f422f42e7.tar.gz freebsd-ports-gnome-d7255970d83e14a830c2adc077a7106f422f42e7.tar.zst freebsd-ports-gnome-d7255970d83e14a830c2adc077a7106f422f42e7.zip |
- Add a new port: math/R-cran-deldir
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point
set.
WWW: http://www.math.unb.ca/~rolf/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 77cff833018c..e8c916649027 100644 --- a/math/Makefile +++ b/math/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-Zelig SUBDIR += R-cran-car SUBDIR += R-cran-coda + SUBDIR += R-cran-deldir SUBDIR += R-cran-gpclib SUBDIR += R-cran-inline SUBDIR += R-cran-mvtnorm |