-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.3 KB
/
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
38
39
40
41
42
43
44
45
46
Type: Package
Package: MazamaLocationUtils
Version: 0.4.4
Title: Manage Spatial Metadata for Known Locations
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Eli", "Grosman", email="[email protected]", role=c("ctb")),
person("Oliver", "Fogelin", email="[email protected]", role=c("ctb"))
)
Maintainer: Jonathan Callahan <[email protected]>
Description: Utility functions for discovering and managing metadata
associated with spatially unique "known locations". Applications include
all fields of environmental monitoring (e.g. air and water quality) where
data are collected at stationary sites.
License: GPL-3
URL: https://github.com/MazamaScience/MazamaLocationUtils
BugReports: https://github.com/MazamaScience/MazamaLocationUtils/issues
Depends:
R (>= 4.0)
Imports:
cluster,
dplyr,
geodist (>= 0.0.8),
httr,
jsonlite,
leaflet,
lubridate,
magrittr,
methods,
MazamaCoreUtils (>= 0.5.1),
MazamaSpatialUtils (>= 0.8.6),
readr,
rlang,
stringr,
tidygeocoder
Suggests:
knitr,
markdown,
testthat (>= 2.1.0),
rmarkdown,
roxygen2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)