Closed tretherington closed 4 years ago
The Voronoi regions functionality that was added recently to the voronoi
function was causing a crash in multiple dimensions. As we don't need a Voronoi diagram function for any immediate projects, this functionality has been moved to the voronoi-diagram
development branch for further investigation when we have time, and with the voronoi
function removed from the master branch for now. The alpha_complex
function that is critical right now has been updated such that it now computes successfully in n-dimensions, though it has only been checked visually in 2- and 3-dimensions.
I have discovered that while the
convex_hull
anddelaunay
functions work in three dimensions neither thealpha_complex
orvoronoi
functions work in three dimensions and trying to do so crashes R – presumably as both functions call the sameC_voronoiR
C code.