-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.06 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
48
49
50
51
Package: animovement
Type: Package
Title: An R toolbox for analysing animal movement across space and time
Version: 0.4.1
Authors@R:
person(
"Mikkel",
"Roald-Arbøl",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9998-0058")
)
Description: An R toolbox for analysing animal movement across space and time.
License: MIT + file LICENSE
URL: http://www.roald-arboel.com/animovement/, https://github.com/roaldarbol/animovement/
BugReports: https://github.com/roaldarbol/animovement/issues
Encoding: UTF-8
LazyData: true
biocViews:
Imports:
circular,
cli,
collapse,
dplyr,
janitor,
lifecycle,
rhdf5,
rlang,
stringi,
tidyr,
tidyselect,
vroom,
zoo
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
here,
readxl,
stringr,
tinyplot,
tinytable,
ggplot2,
patchwork,
performance,
see,
markdown
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr