-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
26 lines (26 loc) · 923 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
Package: rgeolocate
Type: Package
Title: IP Address Geolocation
Version: 1.4.2
Date: 2021-12-18
Author: Os Keyes [aut, cre], Drew Schmidt [aut], David Robinson [ctb],
Chris Davis [ctb], Bob Rudis [ctb], Maxmind, Inc. [cph], Pascal Gloor [cph], IP2Location.com [cph]
Maintainer: Os Keyes <ironholds@gmail.com>
Copyright: MaxMind, Inc. for the underlying libmaxmminddb library, IP2Location.com
for libip2location, and the package authors for all other content.
Description: Connectors to online and offline sources for taking IP addresses
and geolocating them to country, city, timezone and other geographic ranges. For
individual connectors, see the package index.
License: Apache License (== 2.0)
BugReports: https://github.com/ironholds/rgeolocate/issues
LinkingTo: Rcpp
Imports:
Rcpp,
httr
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Encoding: UTF-8