-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.28 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
52
53
54
55
56
Package: rstickleback
Title: Automated Behavioral Event Detection in Bio-logger Data
Version: 0.1.0
Authors@R:
person(given = "Max",
family = "Czapanskiy",
role = c("aut", "cre"),
email = "maxczapanskiy@gmail.com",
comment = c("ORCID-ID" = "0000-0002-6302-905X"))
Description: Stickleback is a machine-learning pipeline for using time
series classification algorithms to detect fine-scale behavioral
events in longitudinal bio-logging data. rstickleback is an R
interface for using the stickleback Python package.
License: MIT + file LICENSE
Imports:
dplyr,
jsonlite,
lubridate,
magrittr,
methods,
plotly,
purrr,
reticulate,
zeallot
Config/reticulate: list( packages = list( list(package = "stickleback",
version = "0.1.6", pip = TRUE) ) )
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Collate:
'generics.R'
'Events.R'
'Outcomes.R'
'Predictions.R'
'Sensors.R'
'Stickleback.R'
'data.R'
'init.R'
'plot.R'
'tsc.R'
'utils-pipe.R'
'zzz.R'
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr,
withr,
tidyverse,
fs
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)