https://github.com/cran/RgoogleMaps
Revision ea4e2c0a951b77d8fd00969dbe7d699d3f877315 authored by Markus Loecher, Sense Networks on 20 July 2009, 00:00:00 UTC, committed by Gabor Csardi on 20 July 2009, 00:00:00 UTC
1 parent d2c702a
Raw File
Tip revision: ea4e2c0a951b77d8fd00969dbe7d699d3f877315 authored by Markus Loecher, Sense Networks on 20 July 2009, 00:00:00 UTC
version 1.1.5
Tip revision: ea4e2c0
DESCRIPTION
Package: RgoogleMaps
Type: Package
Title: Overlays on Google map tiles in R
Version: 1.1.5
Date: 2009-07-20
Depends: R (>= 1.4.0), graphics, stats, utils
Suggests: ReadImages, rgdal, rimage
Author: Markus Loecher, Sense Networks
Maintainer: Markus Loecher, Sense Networks <markus@sensenetworks.com>
Description: This package serves two purposes: (i) Provide a
        comfortable R interface to query the Google server for static
        maps, and (ii) Use the map as a background image to overlay
        plots within R. This requires proper coordinate scaling. NOTE:
        To do anything but downloading static map tiles, RgoogleMaps
        needs EITHER rgdal OR ReadImages OR rimage installed ! Such an
        OR dependency is difficult to express in the Depends field, so
        I moved those packages to suggested. rgdal is your package if
        you prefer png file format and ReadImages or rimage if you
        prefer jpg format. In the latter cases, you will also need the
        libjpeg library installed.
License: GPL
LazyLoad: yes
Repository: CRAN
Date/Publication: 2009-07-26 17:51:09
Packaged: 2009-07-24 15:15:52 UTC; mloecher
back to top