-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·37 lines (37 loc) · 982 Bytes
/
DESCRIPTION
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
30
31
32
33
34
35
36
37
Type: Package
Package: amapGeocode
Title: An Interface to the 'AutoNavi Maps' API Geocoding Services
Version: 0.7.0
Authors@R:
c(person(given = "Han",
family = "Chen",
role = c("aut", "cre"),
email = "chenhan28@gmail.com"),
person(given = "Wanyanhan",
family = "Jiang",
role = "ctb",
email = "243016042@qq.com"))
Description: Getting and parsing data of location geocode/reverse-geocode and administrative regions from 'AutoNavi Maps'<https://lbs.amap.com/api/webservice/summary> API.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Imports:
httr,
sjmisc,
stats,
xml2,
data.table,
furrr
Suggests:
stringr,
knitr,
rmarkdown,
testthat,
spelling,
covr
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Language: en-US
URL: https://github.com/womeimingzi11/amapGeocode
BugReports: https://github.com/womeimingzi11/amapGeocode/issues