https://github.com/cran/RgoogleMaps
Raw File
Tip revision: f4447e865b70599c8073b8d1ef33d57873ac7dc5 authored by Markus Loecher on 20 January 2014, 00:00:00 UTC
version 1.2.0.6
Tip revision: f4447e8
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,
  RJSONIO
)
back to top