Last data update: 2014.03.03

ptinpoly

Package: ptinpoly
Title: Point-In-Polyhedron Test (2D and 3D)
Version: 2.4
Date: 2014-17-03
Author: Jose M. Maisog, Yuan Wang, George Luta, Jianfei Liu
Maintainer: Jose M. Maisog <bravas02@gmail.com>
Description: Function 'pip3d' tests whether a point in 3D space is
within, exactly on, or outside an enclosed surface defined by a triangular mesh.
Function 'pip2d' tests whether a point in 2D space is within, exactly on, or outside a polygon.
License: GPL-2
LazyLoad: yes
Depends: R (>= 2.10), misc3d
Suggests: rgl, geometry
URL: http://ptinpoly.pbworks.com
Repository: CRAN
Repository/R-Forge/Project: ptinpoly
Repository/R-Forge/Revision: 31
Repository/R-Forge/DateTimeStamp: 2014-08-27 01:25:50
Date/Publication: 2014-08-27 19:26:59
Packaged: 2014-08-27 02:35:10 UTC; rforge
NeedsCompilation: yes


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ptinpoly' ...
** package 'ptinpoly' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c PtInPoly_031009A.cc -o PtInPoly_031009A.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c kodtree.cc -o kodtree.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pinpolyhedronA.cc -o pinpolyhedronA.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ptinpoly.so PtInPoly_031009A.o kodtree.o pinpolyhedronA.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ptinpoly/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ptinpoly'
    finding HTML links ... done
    blocks2vf                               html  
    comb                                    html  
    cube                                    html  
    fractal                                 html  
    pip2d                                   html  
    pip3d                                   html  
    spiral                                  html  
    vf2blocks                               html  
** building package indices
** testing if installed package can be loaded
* DONE (ptinpoly)
Making 'packages.html' ... done