{
  "_id": "6a548196ff0138dec5d64670",
  "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')),\nperson('Michael', 'Tackenberg', , 'm.tackenberg@gmail.com', 'aut'),\nperson('Josh', 'Schoenbachler', , 'josh.schoenbachler@gmail.com', 'ctb'))",
  "Description": "Provides a consistent interface to use various methods to\ncalculate the periodogram and estimate the period of a rhythmic\ntime-course. Methods include Lomb-Scargle, fast Fourier\ntransform, and three versions of the chi-square periodogram.\nSee Tackenberg and Hughey (2021)\n<doi:10.1371/journal.pcbi.1008567>.",
  "URL": "https://spectr.hugheylab.org, https://github.com/hugheylab/spectr",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "Roxygen": "list(markdown = TRUE)",
  "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": {
    "Date": "2026-07-13 06:07:02 UTC",
    "User": "root"
  },
  "Author": "Jake Hughey [aut, cre],\nMichael Tackenberg [aut],\nJosh Schoenbachler [ctb]",
  "Maintainer": "Jake Hughey <jakejhughey@gmail.com>",
  "_user": "hugheylab",
  "_type": "src",
  "_file": "spectr_1.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/fc2f9fe768404705149f55c9102b3e019476fe11f4bc4abe23febfa5e022c74c",
  "_filesize": 94154,
  "_sha256": "fc2f9fe768404705149f55c9102b3e019476fe11f4bc4abe23febfa5e022c74c",
  "_expires": "2026-10-21T06:11:33.000Z",
  "_created": "2026-07-13T06:07:02.000Z",
  "_published": "2026-07-13T06:11:34.804Z",
  "_jobs": [
    {
      "job": 86746215253,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8270512660"
    },
    {
      "job": 86746215267,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270509951"
    },
    {
      "job": 86746215268,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8270496718"
    },
    {
      "job": 86746215274,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270497779"
    },
    {
      "job": 86745759031,
      "time": 195,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270470604"
    },
    {
      "job": 86746215261,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8270511219"
    },
    {
      "job": 86746215290,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8270500347"
    },
    {
      "job": 86746215252,
      "time": 227,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8270537293"
    },
    {
      "job": 86746215255,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270494328"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986",
  "_status": "success",
  "_upstream": "https://github.com/hugheylab/spectr",
  "_commit": {
    "id": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
    "author": "Jake Hughey <jakejhughey@gmail.com>",
    "committer": "Jake Hughey <jakejhughey@gmail.com>",
    "message": "inherit secrets.\n",
    "time": 1669928250
  },
  "_maintainer": {
    "name": "Jake Hughey",
    "email": "jakejhughey@gmail.com",
    "login": "jakejh",
    "description": "",
    "uuid": 2295314
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.12.2",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "lomb",
      "version": ">= 2.0",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "version": ">= 1.0.15",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "qs",
      "version": ">= 0.24.1",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.3",
      "role": "Suggests"
    }
  ],
  "_owner": "hugheylab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "jschoenbachler",
      "count": 202,
      "uuid": 15148457
    },
    {
      "user": "jakejh",
      "count": 61,
      "uuid": 2295314
    }
  ],
  "_userbio": {
    "uuid": 32131222,
    "type": "organization",
    "name": "Hughey Lab",
    "followers": 3
  },
  "_downloads": {
    "count": 218,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/spectr"
  },
  "_devurl": "https://github.com/hugheylab/spectr",
  "_pkgdown": "https://spectr.hugheylab.org",
  "_searchresults": 2,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/spectr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hugheylab/spectr",
  "_realowner": "hugheylab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2022-02-07"
    }
  ],
  "_exports": [
    "cspgram",
    "fftpgram",
    "lspgram",
    "spectr"
  ],
  "_help": [
    {
      "page": "spectr",
      "title": "Calculate periodogram",
      "topics": [
        "cspgram",
        "fftpgram",
        "lspgram",
        "spectr"
      ]
    }
  ],
  "_readme": "https://github.com/hugheylab/spectr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "codetools",
    "cpp11",
    "crosstalk",
    "curl",
    "data.table",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreach",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lazyeval",
    "lifecycle",
    "lomb",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "plotly",
    "pracma",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "spectr",
  "_universes": [
    "hugheylab",
    "jakejh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-07-13T06:09:31.000Z",
      "distro": "resolute",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/50c549fb284e16046cc05503c359832e5bf97e83542021fd9665fa7b86927b46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-07-13T06:09:21.000Z",
      "distro": "resolute",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/c34f4d46c56d0405840a043b0cb94aacfb99f94435bd966929bcb5a43211e4f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-07-13T06:08:36.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/a74572e0e6a34e7af35386d97b813290d4cac9c60a12fe24fed3501035a2439b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-07-13T06:08:40.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/2cc6989ea8557316b0e4f9ba5af6940553d4ecea3b7fbb3de9dc488bfdad68ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-07-13T06:09:37.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/68cbba956dbe9c0afb7473a818e8e6aa49c803fd3f71fad888169aa47d621f6b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-13T06:08:42.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/5288e84466cc3ba31a2da15c388fdddad61eddc6b7116269ec775a32372b217f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-13T06:10:57.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/eff0641b6bb6782b6e773e9db7018a34fdbef21dffef5795a72e70d4a5437b19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-13T06:08:21.000Z",
      "commit": "95d808932acd2741b8ae4e0c2bcb81d4ea5e4e42",
      "fileid": "https://r2.ropensci.org/d5eb838876670f6f67a6cb3b2ab690fa4f83ce23de3b70c7153a49db459be8ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/29227873986"
    }
  ]
}