Last data update: 2014.03.03

geometry

Package: geometry
License: GPL (>= 3) + file LICENSE
Title: Mesh Generation and Surface Tesselation
Authors@R: c(person("C. B.", "Barber" , role="cph"), person("Kai", "Habel",
role=c("cph","aut")), person("Raoul", "Grasman", role=c("cph","aut")),
person("Robert B.", "Gramacy", role=c("cph","aut")), person("Andreas",
"Stahel", role=c("cph","aut")), person("David C.", "Sterratt",
role=c("cph","aut","cre"), email="david.c.sterratt@ed.ac.uk"))
Description: Makes the qhull library (www.qhull.org)
available in R, in a similar manner as in Octave and MATLAB. Qhull
computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site
Delaunay triangulations, and furthest-site Voronoi diagrams. It
runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the
Quickhull algorithm for computing the convex hull. Qhull does not
support constrained Delaunay triangulations, or mesh generation of
non-convex objects, but the package does include some R functions
that allow for this. Currently the package only gives access to
Delaunay triangulation and convex hull computation.
Version: 0.3-6
URL: http://geometry.r-forge.r-project.org/
Date: 2015-09-04
BugReports: https://r-forge.r-project.org/tracker/?group_id=1149
Depends: R (>= 2.5.0), magic
Suggests: testthat, rgl, R.matlab, tripack
NeedsCompilation: yes
Packaged: 2015-09-09 10:46:51 UTC; sterratt
Author: C. B. Barber [cph],
Kai Habel [cph, aut],
Raoul Grasman [cph, aut],
Robert B. Gramacy [cph, aut],
Andreas Stahel [cph, aut],
David C. Sterratt [cph, aut, cre]
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>
Repository: CRAN
Date/Publication: 2015-09-09 13:47:14

● Cran Task View: Multivariate
● 0 images, 22 functions, 0 datasets
Reverse Depends: 13

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'geometry' ...
** package 'geometry' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c Rconvhulln.c -o Rconvhulln.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c Rdelaunayn.c -o Rdelaunayn.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c Rtsearch.c -o Rtsearch.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c geom.c -o geom.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c geom2.c -o geom2.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c global.c -o global.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c io.c -o io.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c libqhull.c -o libqhull.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c mem.c -o mem.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c merge.c -o merge.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c poly.c -o poly.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c poly2.c -o poly2.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c qset.c -o qset.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c random.c -o random.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c rboxlib.c -o rboxlib.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c stat.c -o stat.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c user.c -o user.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c usermem.c -o usermem.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c userprintf.c -o userprintf.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include Rgeometry.h -I/usr/local/include    -fpic  -g -O2  -c userprintf_rbox.c -o userprintf_rbox.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o geometry.so Rconvhulln.o Rdelaunayn.o Rtsearch.o geom.o geom2.o global.o io.o libqhull.o mem.o merge.o poly.o poly2.o qset.o random.o rboxlib.o stat.o user.o usermem.o userprintf.o userprintf_rbox.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/geometry/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'geometry'
    finding HTML links ... done
    Unique                                  html  
    bary2cart                               html  
    cart2bary                               html  
    convhulln                               html  
    delaunayn                               html  
    distmesh2d                              html  
    distmeshnd                              html  
    dot                                     html  
    entry.value                             html  
    extprod3d                               html  
    matmax                                  html  
    mesh.dcircle                            html  
    mesh.diff                               html  
    mesh.drectangle                         html  
    mesh.dsphere                            html  
    mesh.hunif                              html  
    polyarea                                html  
    surf.tri                                html  
    tetramesh                               html  
Rd warning: /tmp/RtmplWcgxV/R.INSTALL586d71d81209/geometry/man/tetramesh.Rd:25: missing file link 'rgl'
Rd warning: /tmp/RtmplWcgxV/R.INSTALL586d71d81209/geometry/man/tetramesh.Rd:21: missing file link 'rgl'
Rd warning: /tmp/RtmplWcgxV/R.INSTALL586d71d81209/geometry/man/tetramesh.Rd:48: missing file link 'rgl'
    trimesh                                 html  
Rd warning: /tmp/RtmplWcgxV/R.INSTALL586d71d81209/geometry/man/trimesh.Rd:25: missing file link 'rgl'
Rd warning: /tmp/RtmplWcgxV/R.INSTALL586d71d81209/geometry/man/trimesh.Rd:44: missing file link 'rgl'
    tsearch                                 html  
    tsearchn                                html  
** building package indices
** testing if installed package can be loaded
* DONE (geometry)
Making 'packages.html' ... done