-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.93 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
Type: Package
Package: GLMMcosinor
Title: Fit a Cosinor Model Using a Generalized Mixed Modeling Framework
Version: 0.2.1.9000
Authors@R: c(
person("Rex", "Parsons", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6053-8174")),
person("Oliver", "Jayasinghe", role = "aut"),
person("Nicole", "White", role = "aut",
comment = c(ORCID = "0000-0002-9292-0773")),
person("Oliver", "Rawashdeh", role = c("aut", "fnd"),
comment = c(ORCID = "0000-0002-7147-4778")),
person("Prasad", "Chunduri", role = c("ctb", "fnd"),
comment = c(ORCID = "0000-0001-7297-7580")),
person("Margaret", "Doyle", role = "ctb"),
person("Michael", "Sachs", role = "rev",
comment = c(ORCID = "0000-0002-1279-8676")),
person("Joaquin", "Cavieres", role = "rev",
comment = c(ORCID = "0000-0001-8443-572X"))
)
Description: Allows users to fit a cosinor model using the 'glmmTMB' framework.
This extends on existing cosinor modeling packages, including 'cosinor'
and 'circacompare', by including a wide range of available link functions
and the capability to fit mixed models. The cosinor model is described by
Cornelissen (2014) <doi:10.1186/1742-4682-11-16>.
License: GPL (>= 3)
URL: https://github.com/ropensci/GLMMcosinor,
https://docs.ropensci.org/GLMMcosinor/
BugReports: https://github.com/ropensci/GLMMcosinor/issues
Imports:
assertthat,
cowplot,
ggforce,
ggplot2,
glmmTMB,
lme4,
rlang,
scales,
stats
Suggests:
cosinor,
covr,
DHARMa,
dplyr,
DT,
flextable,
ftExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd",
"srr::srr_stats_roclet"))
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Language: en-US