Last data update: 2014.03.03

gpclib

Package: gpclib
Depends: R (>= 2.14.0), methods
Imports: graphics
LazyLoad: yes
Version: 1.5-5
Date: 2013-04-01
Title: General Polygon Clipping Library for R
Author: Roger D. Peng <rpeng@jhsph.edu> with contributions from Duncan
Murdoch and Barry Rowlingson; GPC library by Alan Murta
Maintainer: Roger D. Peng <rpeng@jhsph.edu>
Description: General polygon clipping routines for R based on Alan
Murta's C library
License: file LICENSE
URL: http://www.cs.man.ac.uk/~toby/gpc/
http://github.com/rdpeng/gpclib
Packaged: 2013-04-01 17:47:45 UTC; rdpeng
NeedsCompilation: yes
License_restricts_use: yes
Repository: CRAN
Date/Publication: 2013-04-01 20:03:33

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gpclib' ...
** package 'gpclib' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rgpc.c -o Rgpc.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gpc.c -o gpc.o
gpc.c: In function 'gpc_read_polygon':
gpc.c:1036:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(fp, "%d", &(p->num_contours));
   ^
gpc.c:1043:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(fp, "%d", &(p->contour[c].num_vertices));
     ^
gpc.c:1046:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%d", &(p->hole[c]));
       ^
gpc.c:1053:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(fp, "%lf %lf", &(p->contour[c].vertex[v].x),
       ^
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gpclib.so Rgpc.o gpc.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gpclib/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gpclib'
    finding HTML links ... done
    gpc.poly-class                          html  
    gpc.poly.nohole-class                   html  
    new-generics                            html  
    polyfile                                html  
** building package indices
** testing if installed package can be loaded
* DONE (gpclib)
Making 'packages.html' ... done