-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
97 lines (97 loc) · 2.66 KB
/
Copy pathDESCRIPTION
File metadata and controls
97 lines (97 loc) · 2.66 KB
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
95
96
97
Package: actverse
Title: Process, Visualize, and Analyze Actigraphy Data
Version: 0.2.0
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "danvartan@gmail.com",
comment = c(ORCID = "0000-0001-7782-759X")
),
person(
given = "Vinicius Alves",
family = "Matias",
role = "aut",
email = "viniciusmatias@usp.br",
comment = c(ORCID = "0000-0002-2047-5420")
),
person(
given = "Cassio",
family = "Almeida Mattos Serrano",
role = "aut",
email = "cassio.serrano@usp.br",
comment = c(ORCID = "0000-0001-7149-1829")
),
person(
given = "Bruno",
family = "Ramalho Furlan",
role = "ctb",
email = "brfrlan@gmail.com",
comment = c(ORCID = "0000-0003-1654-0899")
),
person(
given = "Ana Amélia",
family = "Benedito-Silva",
role = c("aut", "sad"),
email = "aamelia@usp.br",
comment = c(ORCID = "0000-0003-0667-9504")
)
)
Description: A comprehensive toolkit to process, analyze and visualize
actigraphy data. Designed to support sleep and chronobiology researchers
by streamlining workflows and enhancing reproducibility in actigraphy
research.
biocViews: Infrastructure, Visualization
License: GPL (>= 3)
URL: https://danielvartan.github.io/actverse/,
https://github.com/danielvartan/actverse/
BugReports: https://github.com/danielvartan/actverse/issues/
Depends:
R (>= 4.4)
Imports:
anonymizer,
checkmate (>= 2.3.3),
cli (>= 3.6.5),
clipr (>= 0.8.0),
curl (>= 7.0.0),
dplyr (>= 1.1.4),
fs (>= 1.6.6),
ggplot2 (>= 4.0.1),
glue (>= 1.8.0),
hms (>= 1.1.4),
jsonlite (>= 2.0.0),
lifecycle (>= 1.0.4),
lubridate (>= 1.9.4),
magrittr (>= 2.0.4),
parallel (>= 4.4),
prettycheck,
purrr (>= 1.2.0),
readr (>= 2.1.6),
rlang (>= 1.1.6),
scales (>= 1.4.0),
stats (>= 4.4),
stringr (>= 1.6.0),
suncalc (>= 0.5.1),
tools (>= 4.4),
tsibble (>= 1.1.6),
utils (>= 4.4),
viridis (>= 0.6.5),
withr (>= 3.0.2),
zoo (>= 1.8.14)
Suggests:
covr (>= 3.6.5),
knitr (>= 1.50),
rmarkdown (>= 2.30),
spelling (>= 2.3.2),
testthat (>= 3.3.0),
tibble (>= 3.3.0)
Remotes:
github::paulhendricks/anonymizer,
github::danielvartan/prettycheck,
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3