https://github.com/cran/RgoogleMaps
Raw File
Tip revision: fdac28afd3b48a5385b27dc8f03b9c5fd56e7d93 authored by Markus Loecher on 24 August 2012, 00:00:00 UTC
version 1.2.0.2
Tip revision: fdac28a
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