-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
84 lines (84 loc) · 2.29 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
Package: mctq
Title: Munich ChronoType Questionnaire Tools
Version: 0.3.2.9001
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 = "Ana Amelia",
family = "Benedito Silva",
role = c("sad"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4976-2623")
),
person(
given = "Mario",
family = "Pedrazzoli",
role = c("sad"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5257-591X")
),
person(
given = "Jonathan",
family = "Keane",
role = c("rev"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7087-9776")
),
person(
given = "Mario Andre",
family = "Leocadio-Miguel",
role = c("rev"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7248-3529")
),
person(
given = "University of Sao Paulo (USP)",
role = c("fnd")
)
)
Description: A complete toolkit for processing the Munich ChronoType
Questionnaire (MCTQ) in its three versions: standard, micro, and shift.
The MCTQ is a quantitative and validated tool used to assess chronotypes
based on individuals' sleep behavior. It was originally presented by Till
Roenneberg, Anna Wirz-Justice, and Martha Merrow in 2003
(2003, <doi:10.1177/0748730402239679>).
biocViews: Infrastructure, Preprocessing, Visualization
License: MIT + file LICENSE
URL: https://docs.ropensci.org/mctq/, https://github.com/ropensci/mctq/
BugReports: https://github.com/ropensci/mctq/issues/
Depends:
R (>= 4.2)
Imports:
checkmate (>= 2.2.0),
cli (>= 3.6.1),
dplyr (>= 1.1.2),
hms (>= 1.1.3),
lifecycle (>= 1.0.3),
lubridate (>= 1.9.2)
Suggests:
covr (>= 3.6.2),
datasets (>= 4.2.0),
knitr (>= 1.43),
mockr (>= 0.2.1),
readr (>= 2.1.4),
rlang (>= 1.1.1),
rmarkdown (>= 2.23),
spelling (>= 2.2.1),
stats (>= 4.2.0),
testthat (>= 3.1.10),
usethis (>= 2.2.2),
utils (>= 4.2.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1