Last data update: 2014.03.03

tripack

Package: tripack
Version: 1.3-7
Title: Triangulation of Irregularly Spaced Data
Author: Fortran code by R. J. Renka.
R functions by Albrecht Gebhardt <albrecht.gebhardt@aau.at>.
With contributions from Stephen Eglen <stephen@anc.ed.ac.uk>,
Sergei Zuyev <sergei@stams.strath.ac.uk> and
Denis White <white.denis@epamail.epa.gov>
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@aau.at>
Description: A constrained two-dimensional Delaunay triangulation package
providing both triangulation and generation of voronoi mosaics of
irregular spaced data.
License: ACM | file LICENSE
Date: 2015-09-01
NeedsCompilation: yes
Packaged: 2015-09-01 17:11:15 UTC; alge
License_restricts_use: yes
Repository: CRAN
Date/Publication: 2015-09-01 20:46:27

● Cran Task View: Spatial
● 0 images, 32 functions, 2 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tripack' ...
** package 'tripack' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c awvor.f -o awvor.o
f95   -fpic  -g -O2  -c dsos.f -o dsos.o
f95   -fpic  -g -O2  -c func.f -o func.o
f95   -fpic  -g -O2  -c inhull.f -o inhull.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
f95   -fpic  -g -O2  -c left.f -o left.o
f95   -fpic  -g -O2  -c qsort.f -o qsort.o
f95   -fpic  -g -O2  -c tripack.f -o tripack.o
f95   -fpic  -g -O2  -c troutp.f -o troutp.o
f95   -fpic  -g -O2  -c troutq.f -o troutq.o
f95   -fpic  -g -O2  -c vleft.f -o vleft.o
f95   -fpic  -g -O2  -c voronoi.f -o voronoi.o
f95   -fpic  -g -O2  -c wcircum.f -o wcircum.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tripack.so awvor.o dsos.o func.o inhull.o init.o left.o qsort.o tripack.o troutp.o troutq.o vleft.o voronoi.o wcircum.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tripack/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tripack'
    finding HTML links ... done
    add.constraint                          html  
    cells                                   html  
    circles                                 html  
    circtest                                html  
    circum                                  html  
    circumcircle                            html  
    convex.hull                             html  
    identify.tri                            html  
    in.convex.hull                          html  
    left                                    html  
    neighbours                              html  
    on.convex.hull                          html  
    outer.convhull                          html  
    plot.tri                                html  
    plot.voronoi                            html  
    plot.voronoi.polygons                   html  
    print.summary.tri                       html  
    print.summary.voronoi                   html  
    print.tri                               html  
    print.voronoi                           html  
    summary.tri                             html  
    summary.voronoi                         html  
    tri                                     html  
    tri.dellens                             html  
    tri.find                                html  
    tri.mesh                                html  
    triangles                               html  
    tripack-internal                        html  
    tritest                                 html  
    voronoi                                 html  
    voronoi.area                            html  
    voronoi.findrejectsites                 html  
    voronoi.mosaic                          html  
    voronoi.polygons                        html  
** building package indices
** testing if installed package can be loaded
* DONE (tripack)
Making 'packages.html' ... done