Last data update: 2014.03.03

maps

Package: maps
Title: Draw Geographical Maps
Version: 3.1.0
Date: 2016-02-11
Author: Original S code by Richard A. Becker and Allan R. Wilks.
R version by Ray Brownrigg.
Enhancements by Thomas P Minka and Alex Deckmyn.
Description: Display of maps. Projection code and larger maps are in
separate packages ('mapproj' and 'mapdata').
Depends: R (>= 2.14.0)
Imports: graphics, utils
LazyData: yes
Suggests: mapproj (>= 1.2-0), mapdata (>= 2.2-4), sp, maptools
License: GPL-2
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>
NeedsCompilation: yes
Repository: CRAN
Packaged: 2016-02-11 19:32:51 UTC; dalex
Date/Publication: 2016-02-13 19:01:15

● Cran Task View: Spatial
● 0 images, 16 functions, 19 datasets
Reverse Depends: 28

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'maps' ...
** package 'maps' successfully unpacked and MD5 sums checked
checking for gawk... gawk
configure: creating ./config.status
config.status: creating src/Makefile
** libs
** arch - 
gcc -g -O2  -I/usr/local/include -L/usr/local/lib64  Gmake.c   -o Gmake
gcc -g -O2  -I/usr/local/include -L/usr/local/lib64  Lmake.c   -o Lmake
Converting world to world2
gawk -f convert.awk < world.line > world2.line
Creating legacy world2 database
gawk -f legacy_convert.awk < legacy_world.line > legacy_world2.line
make county.L state.L usa.L nz.L world.L world2.L italy.L france.L state.vbm.L state.carto.L legacy_world.L legacy_world2.L lakes.L
make[1]: Entering directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
./Lmake 0 s b county.line county.linestats ../inst/mapdata/county.L
./Lmake 0 s b state.line state.linestats ../inst/mapdata/state.L
./Lmake 0 s b usa.line usa.linestats ../inst/mapdata/usa.L
./Lmake 0 s b nz.line nz.linestats ../inst/mapdata/nz.L
./Lmake 0 s b world.line world.linestats ../inst/mapdata/world.L
./Lmake 0 s b world2.line world2.linestats ../inst/mapdata/world2.L
./Lmake 0 s b italy.line italy.linestats ../inst/mapdata/italy.L
./Lmake 0 s b france.line france.linestats ../inst/mapdata/france.L
./Lmake 0 p b state.vbm.line state.vbm.linestats ../inst/mapdata/state.vbm.L
./Lmake 0 p b state.carto.line state.carto.linestats ../inst/mapdata/state.carto.L
./Lmake 0 s b legacy_world.line legacy_world.linestats ../inst/mapdata/legacy_world.L
./Lmake 0 s b legacy_world2.line legacy_world2.linestats ../inst/mapdata/legacy_world2.L
./Lmake 0 s b lakes.line lakes.linestats ../inst/mapdata/lakes.L
make[1]: Leaving directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
make county.G state.G usa.G nz.G world.G world2.G italy.G france.G state.vbm.G state.carto.G legacy_world.G legacy_world2.G lakes.G
make[1]: Entering directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
./Gmake b county.gon county.gonstats ../inst/mapdata/county.G ../inst/mapdata/county.L
./Gmake b state.gon state.gonstats ../inst/mapdata/state.G ../inst/mapdata/state.L
./Gmake b usa.gon usa.gonstats ../inst/mapdata/usa.G ../inst/mapdata/usa.L
./Gmake b nz.gon nz.gonstats ../inst/mapdata/nz.G ../inst/mapdata/nz.L
./Gmake b world.gon world.gonstats ../inst/mapdata/world.G ../inst/mapdata/world.L
./Gmake b world2.gon world2.gonstats ../inst/mapdata/world2.G ../inst/mapdata/world2.L
./Gmake b italy.gon italy.gonstats ../inst/mapdata/italy.G ../inst/mapdata/italy.L
./Gmake b france.gon france.gonstats ../inst/mapdata/france.G ../inst/mapdata/france.L
./Gmake b state.vbm.gon state.vbm.gonstats ../inst/mapdata/state.vbm.G ../inst/mapdata/state.vbm.L
./Gmake b state.carto.gon state.carto.gonstats ../inst/mapdata/state.carto.G ../inst/mapdata/state.carto.L
./Gmake b legacy_world.gon legacy_world.gonstats ../inst/mapdata/legacy_world.G ../inst/mapdata/legacy_world.L
./Gmake b legacy_world2.gon legacy_world2.gonstats ../inst/mapdata/legacy_world2.G ../inst/mapdata/legacy_world2.L
./Gmake b lakes.gon lakes.gonstats ../inst/mapdata/lakes.G ../inst/mapdata/lakes.L
make[1]: Leaving directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
make county.N state.N usa.N nz.N world.N world2.N italy.N france.N state.vbm.N state.carto.N legacy_world.N legacy_world2.N lakes.N
make[1]: Entering directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
make[1]: Leaving directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mapget.c -o mapget.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c smooth.c -o smooth.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c thin.c -o thin.o
/home/ddbj/local/lib64/R/bin/R CMD SHLIB -o maps.so mapget.o smooth.o thin.o
make[1]: Entering directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o maps.so mapget.o smooth.o thin.o -L/home/ddbj/local/lib64/R/lib -lR
make[1]: Leaving directory '/tmp/RtmpIrZkfk/R.INSTALL1f4a160964a6/maps/src'
installing to /home/ddbj/local/lib64/R/library/maps/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'maps'
    finding HTML links ... done
    Spatial2map                             html  
    area.map                                html  
    canada.cities                           html  
    county                                  html  
    county.fips                             html  
    france                                  html  
    identify.map                            html  
    internal                                html  
    internal2                               html  
    iso.expand                              html  
    iso3166                                 html  
    italy                                   html  
    lakes                                   html  
    legacy_world                            html  
    map                                     html  
    map.axes                                html  
    map.cities                              html  
    map.scale                               html  
    map.text                                html  
    map.where                               html  
    match.map                               html  
    nz                                      html  
    ozone                                   html  
    polygon                                 html  
    smooth.map                              html  
    state                                   html  
    state.carto                             html  
    state.fips                              html  
    state.vbm                               html  
    us.cities                               html  
    usa                                     html  
    world                                   html  
    world.cities                            html  
    world.legacy                            html  
    world2                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (maps)
Making 'packages.html' ... done