add version 0.2-3 to r-deldir (#20873)
This commit is contained in:
parent
878d071974
commit
e596e6ba3a
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
|
|
||||||
class RDeldir(RPackage):
|
class RDeldir(RPackage):
|
||||||
"""Calculates the Delaunay triangulation and the Dirichlet or Voronoi
|
"""Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
|
||||||
|
|
||||||
|
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
|
||||||
tessellation (with respect to the entire plane) of a planar point set.
|
tessellation (with respect to the entire plane) of a planar point set.
|
||||||
Plots triangulations and tessellations in various ways. Clips
|
Plots triangulations and tessellations in various ways. Clips
|
||||||
tessellations to sub-windows. Calculates perimeters of tessellations.
|
tessellations to sub-windows. Calculates perimeters of tessellations.
|
||||||
|
@ -17,8 +19,10 @@ class RDeldir(RPackage):
|
||||||
url = "https://cloud.r-project.org/src/contrib/deldir_0.1-14.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/deldir_0.1-14.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/deldir"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/deldir"
|
||||||
|
|
||||||
|
version('0.2-3', sha256='2d24800f5ec6ad9dc57b9b265365b29c07717f4562d8f3e6344336d3340c364e')
|
||||||
version('0.1-23', sha256='e0112bce9fc94daf73596a0fff9b3958b80872e3bbb487be73e157b13a6f201d')
|
version('0.1-23', sha256='e0112bce9fc94daf73596a0fff9b3958b80872e3bbb487be73e157b13a6f201d')
|
||||||
version('0.1-21', sha256='b9dabcc1813c7a0f8edaf720a94bdd611a83baf3d3e52e861d352369e815690c')
|
version('0.1-21', sha256='b9dabcc1813c7a0f8edaf720a94bdd611a83baf3d3e52e861d352369e815690c')
|
||||||
version('0.1-14', sha256='89d365a980ef8589971e5d311c6bd59fe32c48dbac8000a880b9655032c99289')
|
version('0.1-14', sha256='89d365a980ef8589971e5d311c6bd59fe32c48dbac8000a880b9655032c99289')
|
||||||
|
|
||||||
depends_on('r@0.99:', type=('build', 'run'))
|
depends_on('r@0.99:', type=('build', 'run'))
|
||||||
|
depends_on('r@3.5.0:', when='@0.2-3:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue