Last data update: 2014.03.03

PBSmapping

Package: PBSmapping
Version: 2.69.76
Date: 2015-04-23
Title: Mapping Fisheries Data and Spatial Analysis Tools
Authors@R: c(
person(c("Jon", "T."), "Schnute", role = "aut", email = "schnutej-dfo@shaw.ca"),
person("Nicholas", "Boers", role = "aut", email = "boersn@macewan.ca"),
person("Rowan", "Haigh", role = c("aut", "cre"), email = "rowan.haigh@dfo-mpo.gc.ca"),
person("Alex", "Couture-Beil", role = "ctb"),
person("Denis", "Chabot", role = "ctb", email = "denis.chabot@dfo-mpo.gc.ca"),
person("Chris", "Grandin", role = "ctb", email = "chris.grandin@dfo-mpo.gc.ca"),
person("Angus", "Johnson", role = "ctb"),
person("Paul", "Wessel", role = "ctb"),
person("Franklin", "Antonio", role = "ctb"),
person(c("Nicholas", "J."), "Lewin-Koh", role = "ctb"),
person("Roger", "Bivand", role = "ctb"))
Author: Jon T. Schnute [aut], Nicholas Boers [aut], Rowan Haigh [aut, cre],
Alex Couture-Beil [ctb], Denis Chabot [ctb], Chris Grandin [ctb],
Angus Johnson [ctb], Paul Wessel [ctb], Franklin Antonio [ctb],
Nicholas J. Lewin-Koh [ctb], Roger Bivand [ctb]
Maintainer: Rowan Haigh <rowan.haigh@dfo-mpo.gc.ca>
Copyright: 2003-2015, Fisheries and Oceans Canada
Depends: R (>= 2.15.0)
Suggests: foreign, maptools, deldir
SystemRequirements: C++11
NeedsCompilation: yes
Description: This software has evolved from fisheries research conducted at the
Pacific Biological Station (PBS) in `Nanaimo', British Columbia, Canada. It
extends the R language to include two-dimensional plotting features similar
to those commonly available in a Geographic Information System (GIS).
Embedded C code speeds algorithms from computational geometry, such as
finding polygons that contain specified point events or converting between
longitude-latitude and Universal Transverse Mercator (UTM) coordinates.
Additionally, we include `C++' code developed by Angus Johnson for the `Clipper'
library. Also included are data for a global shoreline and other
data sets in the public domain. The R directory `.../library/PBSmapping/doc'
offers a complete user's guide, which should be consulted to use package
functions effectively.
License: GPL (>= 2)
URL: http://code.google.com/p/pbs-mapping/
http://code.google.com/p/pbs-mapx/,
http://www.angusj.com/delphi/clipper.php
Packaged: 2015-04-23 21:42:50 UTC; HaighR
Repository: CRAN
Date/Publication: 2015-04-24 06:26:16

● Cran Task View: Spatial
31 images, 58 functions, 6 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'PBSmapping' ...
** package 'PBSmapping' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c PBSmapping.c -o PBSmapping.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2 -c clipper.cpp -o clipper.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2 -c clipperWrapper.cpp -o clipperWrapper.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c convGSHHS.c -o convGSHHS.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c conversions.c -o conversions.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gshhs.c -o gshhs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c polygons.c -o polygons.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c thin.c -o thin.o
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o PBSmapping.so PBSmapping.o clipper.o clipperWrapper.o convGSHHS.o conversions.o gshhs.o polygons.o thin.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/PBSmapping/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'PBSmapping'
    finding HTML links ... done
    EventData                               html  
    LocationSet                             html  
    PBSmapping                              html  
    PBSprint                                html  
    PolyData                                html  
    PolySet                                 html  
    addBubbles                              html  
    addLabels                               html  
    addLines                                html  
    addPoints                               html  
    addPolys                                html  
    addStipples                             html  
    appendPolys                             html  
    bcBathymetry                            html  
    calcArea                                html  
    calcCentroid                            html  
    calcConvexHull                          html  
    calcLength                              html  
    calcMidRange                            html  
    calcSummary                             html  
    calcVoronoi                             html  
    clipLines                               html  
    clipPolys                               html  
    closePolys                              html  
    combineEvents                           html  
    combinePolys                            html  
    convCP                                  html  
    convDP                                  html  
    convLP                                  html  
    convUL                                  html  
    dividePolys                             html  
    extractPolyData                         html  
    findCells                               html  
    findPolys                               html  
    fixBound                                html  
    fixPOS                                  html  
    importEvents                            html  
    importGSHHS                             html  
    importLocs                              html  
    importPolys                             html  
    importShapefile                         html  
    isConvex                                html  
    isIntersecting                          html  
    joinPolys                               html  
    locateEvents                            html  
    locatePolys                             html  
    makeGrid                                html  
    makeProps                               html  
    makeTopography                          html  
    nepacLL                                 html  
    placeHoles                              html  
    plotLines                               html  
    plotMap                                 html  
    plotPoints                              html  
    plotPolys                               html  
    print                                   html  
    pythagoras                              html  
    refocusWorld                            html  
    summary                                 html  
    surveyData                              html  
    thickenPolys                            html  
    thinPolys                               html  
    towData                                 html  
    towTracks                               html  
** building package indices
** installing vignettes
   'PBSmappingIntro.Rnw' 
** testing if installed package can be loaded
* DONE (PBSmapping)
Making 'packages.html' ... done