Last data update: 2014.03.03

contoureR

Package: contoureR
Type: Package
Title: Contouring of Non-Regular Three-Dimensional Data
Version: 1.0.5
Date: 2015-08-10
Author: Nicholas Hamilton
Maintainer: Nicholas Hamilton <n.hamilton@unsw.edu.au>
Description: Create contour lines for a non regular series of points, potentially from a non-regular canvas.
License: GPL (>= 2)
SystemRequirements: C++11
Depends: geometry
Imports: Rcpp (>= 0.11.5), reshape, plyr
Suggests: ggplot2
LinkingTo: Rcpp
URL: http://contoureR.com
Collate: 'contoureR-package.R' 'RcppExports.R' 'RcppExports-Doc.R'
'convexHull.R' 'delaunayMesh.R' 'contourLines.R'
'orderPoints.R'
NeedsCompilation: yes
Packaged: 2015-08-25 06:13:41 UTC; nick
Repository: CRAN
Date/Publication: 2015-08-25 09:09:41

● 0 images, 8 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'contoureR' ...
** package 'contoureR' successfully unpacked and MD5 sums checked
** libs
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c contourWalker.cpp -o contourWalker.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c convexHull_Monotone.cpp -o convexHull_Monotone.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c functions.cpp -o functions.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c mtrand.cpp -o mtrand.o
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o contoureR.so RcppExports.o contourWalker.o convexHull_Monotone.o functions.o mtrand.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/contoureR/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'contoureR'
    finding HTML links ... done
    contourLinesR                           html  
    contourWalker                           html  
    contoureR                               html  
    convexHullAM                            html  
    getContourLines                         html  
    getConvexHull                           html  
    getDelaunayMesh                         html  
    orderPoints                             html  
** building package indices
** testing if installed package can be loaded
* DONE (contoureR)
Making 'packages.html' ... done