-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.24 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
Package: tRackIT
Title: Process data recorded with automatic radio-tracking stations
Version: 0.0.0.9000
Authors@R:
person(given = "Jannis",
family = "Gottwald",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The functionalities provided in the tRackIT package cover project and individual management, raw signal data processing and the generation of high-level information such as the calculation of locations and the classification of behavioral states based on pattern in the recorded vhf-signals. It provides a default data structure to guarantee easy exchangeability of data and analysis scripts between scientists.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
telemetr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr,
plyr,
zoo,
imputeTS,
stringr,
data.table,
raster,
sp,
doSNOW,
reshape2,
foreach,
trip,
StreamMetabolism,
rgdal,
pracma,
caret,
randomForest,
lattice,
lubridate
Remotes:
andrewuhl/RollingWindow
Config/testthat/edition: 3