Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi committed Mar 1, 2022
1 parent 1f2802c commit 0dcf7db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

Implementation of the [S-Hull Delaunay](http://www.s-hull.org/) algorithm in Stata. The Convex Hull is generated as a residual from the sweeping search algorithm, and the Voronoi tessellations are recovered as a dual to the Delaunay.

*Note:* This is a beta release and still needs to be improved. It has been uploaded here for testing purposes only. Feedback is always welcome!
*Note:*
- This is a beta release and still needs to be improved. It has been uploaded here for testing purposes only. Feedback is always welcome!
- The package now requires **gtools** for fast reshaping (ssc install gtools, replace)


## Install the package:
Expand Down

0 comments on commit 0dcf7db

Please sign in to comment.