-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.91 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
Package: mctq
Title: An R Package for the Munich ChronoType Questionnaire
Version: 0.0.0.9001
Authors@R:
c(person(given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "cph"),
email = "danvartan@gmail.com",
comment = c(ORCID = "0000-0001-7782-759X")),
person(given = "Ana Amelia",
family = "Benedito-Silva",
role = c("aut", "sad"),
email = "aamelia@usp.br",
comment = c(ORCID = "0000-0003-4976-2623")),
person(given = "Mario",
family = "Pedrazzoli",
role = c("aut", "sad"),
email = "pedrazzo@usp.br",
comment = c(ORCID = "0000-0002-5257-591X")),
person(given = "Jonathan",
family = "Keane",
role = "rev",
email = "jkeane@gmail.com",
comment = c(ORCID = "0000-0001-7087-9776")),
person(given = "Interdisciplinary Sleep Research Group (GIPSO)",
role = c("fnd", "cph")),
person(given = "University of Sao Paulo (USP)",
role = "fnd"))
Maintainer: Daniel Vartanian <danvartan@gmail.com>
Description: A complete and consistent toolkit to process the Munich
ChronoType Questionnaire (MCTQ) for its three versions (standard,
micro, and shift).
License: MIT + file LICENSE
URL: https://gipsousp.github.io/mctq/, https://github.com/gipsousp/mctq/
BugReports: https://github.com/gipsousp/mctq/issues/
Depends:
R (>= 3.6)
Imports:
checkmate,
dplyr (>= 0.2),
hms,
lifecycle,
lubridate (>= 1.7.9)
Suggests:
covr,
crayon,
datasets,
emojifont,
ggplot2,
grDevices,
knitr,
mockr,
readr,
rmarkdown,
spelling,
stats,
testthat (>= 2.0.0),
usethis,
utils
VignetteBuilder:
knitr
Config/testthat/edition: 2
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1