-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 880 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: vultureUtils
Type: Package
Title: A Package for Network Analysis of TAU/UCLA Griffon Vulture Data
Version: 0.1.0
Author: Kaija Gahm
Maintainer: Kaija Gahm <kgahm@ucla.edu>
Description: This package is designed to work with the TAU/UCLA joint NSF/BSF-supported dataset of GPS-tracked griffon vultures (_Gyps fulvus_). It automates data cleaning and the creation of social networks.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Imports:
animation,
checkmate,
data.table,
dplyr,
geosphere,
igraph,
lubridate,
magrittr,
methods,
move,
purrr,
rlang,
sf,
spatsoc,
stats,
suncalc,
tibble,
tidyr,
utils
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
tidyverse/dplyr