-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 992 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
Package: rabbit
Title: Rabbitly Process Data From Triaxial Accelerometers
Version: 0.0.0.9000
Authors@R: c(
person(given = "Courntey", family = "Adams", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0007-3757-7507")),
person(given = "Jack", family = "Bilby", role = c("aut", "ctb")),
person(given = "Daniel", family = "Falster", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4080-4073"))
)
Description: Rabbitly Process Data From Triaxial Accelerometers.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.0.0)
Imports:
dplyr,
arrow,
data.table,
RcppRoll,
lubridate,
rlang,
kohonen
Suggests:
covr,
purrr,
ggplot2,
knitr,
rmarkdown,
forcats,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3