-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
94 lines (94 loc) Β· 2.52 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: actverse
Title: Tools for Actigraphy Data Analysis
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7782-759X")
),
person(
given = "Vinicius",
family = "Alves Matias",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2047-5420")
),
person(
given = "Cassio",
family = "Almeida Mattos Serrano",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7149-1829")
),
person(
given = "Ana Amelia",
family = "Benedito-Silva",
role = c("aut", "sad"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4976-2623")
),
person(
given = "Bruno",
family = "Ramalho Furlan",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1654-0899")
),
person(
given = "University of Sao Paulo (USP)",
role = "fnd"
)
)
Description: A complete toolkit to process, analyse and visualize actigraphy
data.
biocViews: Infrastructure, Visualization
License: MIT + file LICENSE
URL: https://giperbio.github.io/actverse/, https://github.com/giperbio/actverse/
BugReports: https://github.com/giperbio/actverse/issues
Depends:
R (>= 4.2)
Imports:
checkmate (>= 2.1.0),
cli (>= 3.6.0),
dplyr (>= 1.1.0),
ggplot2 (>= 3.4.1),
hms (>= 1.1.2),
lifecycle (>= 1.0.3),
lubridate (>= 1.9.2),
magrittr (>= 2.0.3),
purrr (>= 1.0.1),
rlang (>= 1.0.6),
rutils,
stats (>= 4.2.0),
tsibble (>= 1.1.3),
viridis (>= 0.6.2)
Suggests:
covr (>= 3.6.1),
curl (>= 5.0.0),
jsonlite (>= 1.8.4),
knitr (>= 1.42),
mockr (>= 0.2.1),
parallel (>= 4.1.0),
plotly (>= 4.10.1),
readr (>= 2.1.4),
rmarkdown (>= 2.20),
spelling (>= 2.2),
suncalc (>= 0.5.1),
testthat (>= 3.1.6),
tibble (>= 3.1.8),
tools (>= 4.2.0),
utils (>= 4.2.0),
zoo (>= 1.8-11)
Remotes:
github::danielvartan/rutils
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3