https://github.com/cran/RgoogleMaps
Raw File
Tip revision: 70b40291c79ec146e07dcc0b962491d0cb243622 authored by Markus Loecher on 30 September 2013, 00:00:00 UTC
version 1.2.0.5
Tip revision: 70b4029
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