Last data update: 2014.03.03

RTriangle

Copyright: 1993, 1995, 1997, 1998, 2002, 2005 Jonathan Richard
Shewchuk; 2011-2016 David Sterratt
Package: RTriangle
Authors@R: c(person("Jonathan Richard", "Shewchuk" , role=c("ctb", "cph")),
person("David C.", "Sterratt", role=c("cph","aut","cre"),
email="david.c.sterratt@ed.ac.uk"),
person("Elias", "Pipping", role=c("ctb")))
License: CC BY-NC-SA 4.0
Title: Triangle - A 2D Quality Mesh Generator and Delaunay Triangulator
Description: This is a port of Jonathan Shewchuk's Triangle library to
R. From his description: "Triangle generates exact Delaunay
triangulations, constrained Delaunay triangulations, conforming
Delaunay triangulations, Voronoi diagrams, and high-quality
triangular meshes. The latter can be generated with no small or
large angles, and are thus suitable for finite element analysis."
Version: 1.6-0.7
URL: http://triangle.R-Forge.R-project.org
http://www.cs.cmu.edu/~quake/triangle.html,
https://github.com/davidcsterratt/RTriangle
Date: 2016-05-10
Depends: R (>= 3.0.0)
RoxygenNote: 5.0.1
Suggests: testthat, geometry
BugReports: https://github.com/davidcsterratt/RTriangle/issues
NeedsCompilation: yes
Packaged: 2016-05-11 14:28:48 UTC; sterratt
Author: Jonathan Richard Shewchuk [ctb, cph],
David C. Sterratt [cph, aut, cre],
Elias Pipping [ctb]
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>
Repository: CRAN
Date/Publication: 2016-05-11 18:20:25

15 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'RTriangle' ...
** package 'RTriangle' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include RTriangle.h -I/usr/local/include    -fpic  -g -O2  -c interface.c -o interface.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -include RTriangle.h -I/usr/local/include    -fpic  -g -O2  -c triangle.c -o triangle.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o RTriangle.so interface.o triangle.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/RTriangle/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'RTriangle'
    finding HTML links ... done
    RTriangle-package                       html  
    plot.pslg                               html  
    plot.triangulation                      html  
    pslg                                    html  
    read.pslg                               html  
    triangulate                             html  
** building package indices
** testing if installed package can be loaded
* DONE (RTriangle)
Making 'packages.html' ... done