forked from Huh/collar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.2 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
47
Package: collar
Title: Utilities for Accessing and Manipulating GPS Data
Version: 0.0.4004
Authors@R: c(
person("Josh", "Nowak", email = "[email protected]", role = c("aut", "cre")),
person("Forest", "Hayes", email = "[email protected]", role = "aut"),
person("T.J.", "Clark", email = "[email protected]", role = "aut"),
person("Hans", "Martin", email = "[email protected]", role = "aut"),
person("Eric", "Newkirk", email = "[email protected]", role = "aut"),
person("SpeedGoat Wildlife Solutions", role = c("cph", "fnd"))
)
Description: Provides a consistent toolset for downloading, formatting and
interacting with data collected via GPS collars and similar sensors.
License: MIT + file LICENSE
URL: https://github.com/Huh/collar
BugReports: https://github.com/Huh/collar/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.1
Imports:
assertthat,
curl,
dplyr,
glue,
ggplot2,
grDevices,
htmlwidgets,
httr,
jsonlite,
leaflet,
magrittr,
purrr,
RCurl,
readr,
rlang,
rvest,
sf,
tibble,
tidyr,
xml2,
lubridate
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr