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", , "rex.parsons94@gmail.com", 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) . 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.3 Depends: R (>= 4.1.0) Language: en-US Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev make libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-12-04 01:40:03 UTC RemoteUrl: https://github.com/ropensci/GLMMcosinor RemoteRef: main RemoteSha: bc86b08db1cb47e615d9e091a85cebd2689073d1 NeedsCompilation: no Packaged: 2026-07-01 08:20:50 UTC; root Author: Rex Parsons [aut, cre] (ORCID: ), Oliver Jayasinghe [aut], Nicole White [aut] (ORCID: ), Oliver Rawashdeh [aut, fnd] (ORCID: ), Prasad Chunduri [ctb, fnd] (ORCID: ), Margaret Doyle [ctb], Michael Sachs [rev] (ORCID: ), Joaquin Cavieres [rev] (ORCID: ) Maintainer: Rex Parsons