-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: gcoder
Type: Package
Title: Tools for accessing the Google Maps API
Version: 0.1.0
Author: Derek Darves
Maintainer: Derek Darves <darves@gmail.com>
Description: The main functions in this package are \code{\link{drive_time}}
(used for calculating distances between physical addresses) and
\code{\link{geocode_url}} (used for estimating lat/long coordinates
of a physical address). At the time this package was authored, there were no
readily available packages which generated the cryptogric signatures necessary for
API making calls with a (paid) Google for Work account (hence the motivation
for it's authorship). These accounts have much large quota limits than
the "standard_api" and, thus, this package may be useful for indivuals who
would prefer to submit large batch jobs to the Google Maps API from within R.
While the main benefit of this package is it's ability to generate properly signed
URLs with the \code{\link{digest::hmac}} sha1 algorithm, it also provides methods
for accessing the standard API using a (free) Google API key
(see \href{https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key}{this page} to obtain a key).
License: GPL-3
LazyData: TRUE
Imports:
RCurl,
RJSONIO,
base64enc,
digest,
urltools,
stringi
RoxygenNote: 5.0.1