Package: spectr Type: Package Title: Calculate the Periodogram of a Time-Course Version: 1.0.2 Authors@R: c(person('Jake', 'Hughey', , 'jakejhughey@gmail.com', c('aut', 'cre')), person('Michael', 'Tackenberg', , 'm.tackenberg@gmail.com', 'aut'), person('Josh', 'Schoenbachler', , 'josh.schoenbachler@gmail.com', 'ctb')) Description: Provides a consistent interface to use various methods to calculate the periodogram and estimate the period of a rhythmic time-course. Methods include Lomb-Scargle, fast Fourier transform, and three versions of the chi-square periodogram. See Tackenberg and Hughey (2021) . URL: https://spectr.hugheylab.org, https://github.com/hugheylab/spectr License: GPL-2 Encoding: UTF-8 RoxygenNote: 7.1.2 Roxygen: list(markdown = TRUE) Depends: R (>= 3.6) Imports: data.table (>= 1.12.2), foreach (>= 1.5.0), lomb (>= 2.0) Suggests: doParallel (>= 1.0.15), knitr, qs (>= 0.24.1), rmarkdown, testthat (>= 3.0.3) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://hugheylab.r-universe.dev Date/Publication: 2022-12-01 20:57:30 UTC RemoteUrl: https://github.com/hugheylab/spectr RemoteRef: HEAD RemoteSha: 95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42 NeedsCompilation: no Packaged: 2026-06-13 06:41:02 UTC; root Author: Jake Hughey [aut, cre], Michael Tackenberg [aut], Josh Schoenbachler [ctb] Maintainer: Jake Hughey