https://github.com/cran/RgoogleMaps
Raw File
Tip revision: 652ea2e32490212ececadc63384c2affd45ee402 authored by Markus Loecher on 15 March 2013, 00:00:00 UTC
version 1.2.0.3
Tip revision: 652ea2e
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  graphics,
  stats,
  utils,
  png
)
back to top