Package: dlmoR
Title: Determine Time of Dimlight Melatonin Onset 
Version: 0.2.0
Authors@R: c(
    person("Salma M.", "Thalji", , "salma.thalji@tum.de", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0002-7320-9289")),
    person("Manuel", "Spitschan", 
      email = "manuel.spitschan@tum.de", role = "aut",
      comment = c(ORCID = "0000-0002-8572-9268")),
	  person("TSCN-Lab", comment = c(URL = "www.tscnlab.org"), role = "cph"))
Description: Calculate the time of dimlight melatonin onset from a time series
    of melatonin concentrations, using the hockey-stick method. 
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/tscnlab/dlmoR,
    https://tscnlab.github.io/dlmoR/
BugReports: https://github.com/tscnlab/dlmoR/issues
Imports: 
    dplyr,
    ggplot2,
    hms,
    lubridate,
    magrittr,
    readr,
    rlang,
    scales,
    tidyr
Suggests:
    knitr,
    quarto,
    rmarkdown,
    shiny
Config/Needs/website:
    pkgdown,
    quarto
