Type: Package
Package: GLMMcosinor
Title: Fit a Cosinor Model Using a Generalized Mixed Modeling Framework
Version: 0.2.1
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) <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
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Language: en-US
NeedsCompilation: no
Packaged: 2024-10-31 23:04:18 UTC; parsonrr
Author: Rex Parsons [aut, cre] (<https://orcid.org/0000-0002-6053-8174>),
  Oliver Jayasinghe [aut],
  Nicole White [aut] (<https://orcid.org/0000-0002-9292-0773>),
  Oliver Rawashdeh [aut, fnd] (<https://orcid.org/0000-0002-7147-4778>),
  Prasad Chunduri [ctb, fnd] (<https://orcid.org/0000-0001-7297-7580>),
  Margaret Doyle [ctb],
  Michael Sachs [rev] (<https://orcid.org/0000-0002-1279-8676>),
  Joaquin Cavieres [rev] (<https://orcid.org/0000-0001-8443-572X>)
Maintainer: Rex Parsons <rex.parsons94@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-01 00:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 05:17:05 UTC; windows
