Last data update: 2014.03.03

rgdal

Package: rgdal
Title: Bindings for the Geospatial Data Abstraction Library
Version: 1.1-10
Date: 2016-05-11
Depends: R (>= 2.14.0), methods, sp (>= 1.1-0)
Imports: grDevices, graphics, stats, utils
LinkingTo: sp
Description: Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL) (>= 1.6.3) and access to projection/transformation operations from the PROJ.4 library. The GDAL and PROJ.4 libraries are external to the package, and, when installing the package from source, must be correctly installed first. Both GDAL raster and OGR vector map data can be imported into R, and GDAL raster data and OGR vector data exported. Use is made of classes defined in the sp package. Windows and Mac Intel OS X binaries (including GDAL, PROJ.4 and Expat) are provided on CRAN.
Authors@R: c(
person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no"),
person("Tim", "Keitt", role = "aut"),
person("Barry", "Rowlingson", role = "aut"),
person("Edzer", "Pebesma", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Robert", "Hijmans", role = "ctb"),
person("Even", "Rouault", role = "ctb"))
License: GPL (>= 2)
URL: http://www.gdal.org
SystemRequirements: for building from source: GDAL >= 1.6.3, library
from http://trac.osgeo.org/gdal/wiki/DownloadSource and PROJ.4
(proj >= 4.4.9) from http://download.osgeo.org/proj/; GDAL OSX
frameworks built by William Kyngesburye at
http://www.kyngchaos.com/ may be used for source installs on
OSX.
NeedsCompilation: yes
Packaged: 2016-05-11 17:51:18 UTC; rsb
Author: Roger Bivand [cre, aut],
Tim Keitt [aut],
Barry Rowlingson [aut],
Edzer Pebesma [ctb],
Michael Sumner [ctb],
Robert Hijmans [ctb],
Even Rouault [ctb]
Maintainer: Roger Bivand <Roger.Bivand@nhh.no>
Repository: CRAN
Date/Publication: 2016-05-12 14:48:06


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rgdal' ...
** package 'rgdal' successfully unpacked and MD5 sums checked
configure: CC: gcc
configure: CXX: g++
configure: rgdal: 1.1-10
checking for /usr/bin/svnversion... yes
configure: svn revision: 622
checking for gdal-config... /usr/bin/gdal-config
checking gdal-config usability... yes
configure: GDAL: 1.11.3
checking GDAL version >= 1.6.3... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking gdal.h usability... yes
checking gdal.h presence... yes
checking for gdal.h... yes
checking gdal: linking with --libs only... yes
checking GDAL: /usr/share/gdal/1.11/pcs.csv readable... yes
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_init_plus in -lproj... yes
configure: PROJ.4 version: > 4.8.0
checking PROJ.4: epsg found and readable... yes
checking PROJ.4: conus found and readable... yes
configure: Package CPP flags:  -I/usr/include/gdal
configure: Package LIBS:  -L/usr/lib -lgdal -lproj
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c OGR_write.cpp -o OGR_write.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c gdal-bindings.cpp -o gdal-bindings.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c inverser.c -o inverser.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c local_stubs.c -o local_stubs.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c ogr_geom.cpp -o ogr_geom.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c ogr_polygons.c -o ogr_polygons.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c ogr_proj.cpp -o ogr_proj.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c ogrdrivers.cpp -o ogrdrivers.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c ogrsource.cpp -o ogrsource.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/gdal -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/sp/include"   -fpic  -g -O2  -c projectit.cpp -o projectit.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rgdal.so OGR_write.o gdal-bindings.o init.o inverser.o local_stubs.o ogr_geom.o ogr_polygons.o ogr_proj.o ogrdrivers.o ogrsource.o projectit.o -L/usr/lib -lgdal -lproj -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rgdal/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rgdal'
    finding HTML links ... done
    CRS-class                               html  
    GDALDataset-class                       html  
    GDALDriver-class                        html  
    GDALMajorObject-class                   html  
    GDALRasterBand-class                    html  
    GDALReadOnlyDataset-class               html  
    GDALReadOnlyDataset-methods             html  
    GDALTransientDataset-class              html  
    GridsDatums                             html  
    RGB2PCT                                 html  
    SGDF2PCT                                html  
    SpatialGDAL-class                       html  
    closeDataset-methods                    html  
    displayDataset                          html  
    llgrid                                  html  
Rd warning: /tmp/Rtmp4XJ1Ge/R.INSTALL71e04f36d83e/rgdal/man/llgrid.Rd:11: missing file link 'Spatial'
Rd warning: /tmp/Rtmp4XJ1Ge/R.INSTALL71e04f36d83e/rgdal/man/llgrid.Rd:16: missing file link 'gridat'
Rd warning: /tmp/Rtmp4XJ1Ge/R.INSTALL71e04f36d83e/rgdal/man/llgrid.Rd:17: missing file link 'gridat'
    make_EPSG                               html  
    nor2k                                   html  
    projInfo                                html  
    project                                 html  
    readGDAL                                html  
Rd warning: /tmp/Rtmp4XJ1Ge/R.INSTALL71e04f36d83e/rgdal/man/readGDAL.Rd:132: missing file link 'flipVertical'
    readOGR                                 html  
    showWKT                                 html  
    spTransform-methods                     html  
    wrappers                                html  
    writeOGR                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rgdal)
Making 'packages.html' ... done