-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 760 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
Suggests:
ggplot2,
knitr,
rmarkdown,
sf,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
Roxygen: list(markdown = TRUE)