[Ptinpoly-commits] r23 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 5 12:57:33 CEST 2014


Author: jmaisog
Date: 2014-05-05 12:57:32 +0200 (Mon, 05 May 2014)
New Revision: 23

Modified:
   pkg/DESCRIPTION
   pkg/NAMESPACE
Log:


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2014-05-05 02:03:03 UTC (rev 22)
+++ pkg/DESCRIPTION	2014-05-05 10:57:32 UTC (rev 23)
@@ -1,7 +1,7 @@
 Package: ptinpoly
 Title: Point-In-Polyhedron Test (2D and 3D)
 Version: 2.2
-Date: 2014-05-04
+Date: 2014-05-05
 Author: Jose M. Maisog, Yuan Wang, George Luta, Jianfei Liu
 Maintainer: Jose M. Maisog <bravas02 at gmail.com>
 Description: This library provides a function 'pip3d', which tests whether a point in 3D space is
@@ -10,6 +10,6 @@
 		within, exactly on, or outside a polygon.
 License: GPL-2
 LazyLoad: yes
-Imports: misc3d
-Suggests: misc3d, rgl, geometry
+Depends: misc3d
+Suggests: rgl, geometry
 URL: http://ptinpoly.pbworks.com

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2014-05-05 02:03:03 UTC (rev 22)
+++ pkg/NAMESPACE	2014-05-05 10:57:32 UTC (rev 23)
@@ -3,4 +3,3 @@
 export(pip3d)
 export(blocks2vf)
 export(vf2blocks)
-importFrom(misc3d, makeTriangles, parametric3d)



More information about the Ptinpoly-commits mailing list