-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 735 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: geohashTools
Version: 0.3.3
Title: Tools for Working with Geohashes
Authors@R: c(
person('Michael', 'Chirico', role = c('aut', 'cre'), email = 'MichaelChirico4@gmail.com'),
person('Dmitry', 'Shkolnik', role = 'ctb'))
Maintainer: Michael Chirico <MichaelChirico4@gmail.com>
Depends: R (>= 3.0.0)
Description: Tools for working with Gustavo Niemeyer's geohash coordinate system, including API for interacting with other common R GIS libraries.
URL: https://github.com/MichaelChirico/geohashTools
License: MPL-2.0 | file LICENSE
Imports:
methods
Suggests:
sf,
sp,
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3