{
  "_id": "6a1ed4abb401979e7340e2b7",
  "Package": "TrackTrap",
  "Title": "Model Cumulative Growing Degree-Days for Pest Monitoring",
  "Version": "0.1.0",
  "Authors@R": "person(\"Santosh\", \"Bhandari\", email = \"santoshbhandari4556@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Raw data from pest monitoring/traps can be correlated with\nenvironmental factors such as temperature, growing degree day\netc. to get useful insights about the pest phenology. This\npackage pulls temperature data from the California Irrigation\nManagement Information System ('CIMIS',\n<https://cimis.water.ca.gov>) or the 'Daymet' application\nprogramming interface ('API', <https://daymet.ornl.gov>) for a\nuser-specified time period and calculates cumulative growing\ndegree-days. Users provide pest development thresholds (lower\nand upper temperatures) and the geographic coordinates of the\ntrap location to track emergence and phenology.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 13:45:36 UTC",
    "User": "root"
  },
  "Author": "Santosh Bhandari [aut, cre]",
  "Maintainer": "Santosh Bhandari <santoshbhandari4556@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-20 09:00:07 UTC",
  "RemoteUrl": "https://github.com/cran/TrackTrap",
  "RemoteRef": "HEAD",
  "RemoteSha": "12cd53c8969b873ebba62209d2a74f891a52b7de",
  "MD5sum": "c91f8d8c98b0210319302278a56c6d8c",
  "_user": "cran",
  "_type": "src",
  "_file": "TrackTrap_0.1.0.tar.gz",
  "_fileid": "96cad17969f72078931e1346f70400a94efffb6791326be7445f0c71781c1a5e",
  "_filesize": 93455,
  "_sha256": "96cad17969f72078931e1346f70400a94efffb6791326be7445f0c71781c1a5e",
  "_created": "2026-05-20T13:45:36.000Z",
  "_published": "2026-06-02T13:03:39.473Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79076566314,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7111776643"
    },
    {
      "job": 79076565950,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7111785711"
    },
    {
      "job": 79076565123,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7111723633"
    },
    {
      "job": 79076564469,
      "time": 162,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358415199"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26166476066",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/TrackTrap",
  "_commit": {
    "id": "12cd53c8969b873ebba62209d2a74f891a52b7de",
    "author": "Santosh Bhandari <santoshbhandari4556@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1779267607
  },
  "_maintainer": {
    "name": "Santosh Bhandari",
    "email": "santoshbhandari4556@gmail.com",
    "login": "santosh4355",
    "description": "",
    "uuid": 207969838
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "daymetr",
      "role": "Imports"
    },
    {
      "package": "degday",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-05-20"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "santosh4355",
      "count": 1,
      "uuid": 207969838
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TrackTrap"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/TrackTrap.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-05-20"
    }
  ],
  "_exports": [
    "calc_pest_phenology",
    "plot_phenology_trend"
  ],
  "_datasets": [
    {
      "name": "pest_thresholds",
      "title": "Pest Developmental Thresholds",
      "object": "pest_thresholds",
      "class": [
        "data.frame"
      ],
      "fields": [
        "pest_code",
        "pest_name",
        "lower_thresh",
        "upper_thresh"
      ],
      "rows": 13,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "calc_pest_phenology",
      "title": "Calculate cumulative degree-days for a pest using Daymet API or CIMIS CSV FILE",
      "topics": [
        "calc_pest_phenology"
      ]
    },
    {
      "page": "pest_thresholds",
      "title": "Pest Developmental Thresholds",
      "topics": [
        "pest_thresholds"
      ]
    },
    {
      "page": "plot_phenology_trend",
      "title": "Plot Cumulative Degree-Days against Trap Counts",
      "topics": [
        "plot_phenology_trend"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "class",
    "classInt",
    "cli",
    "cpp11",
    "crayon",
    "curl",
    "daymetr",
    "DBI",
    "degday",
    "dplyr",
    "e1071",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "httr",
    "isoband",
    "jsonlite",
    "KernSmooth",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "mime",
    "ncdf4",
    "openssl",
    "pillar",
    "pkgconfig",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "s2",
    "S7",
    "scales",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "terra",
    "tibble",
    "tidyr",
    "tidyselect",
    "units",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "wk",
    "zoo"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "tracktrap",
  "_universes": [
    "cran",
    "santosh4355"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T13:47:43.000Z",
      "distro": "noble",
      "commit": "12cd53c8969b873ebba62209d2a74f891a52b7de",
      "fileid": "46c548dc330345bf3ea206f3b9f512c7611c34400879ec8847c3f8ece1a76358",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26166476066"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T13:48:01.000Z",
      "distro": "noble",
      "commit": "12cd53c8969b873ebba62209d2a74f891a52b7de",
      "fileid": "06b6ec71b12ed290784441c88d6bd312e16cb5da4f06a42930b94c3b3293ae4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26166476066"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T13:03:00.000Z",
      "commit": "12cd53c8969b873ebba62209d2a74f891a52b7de",
      "fileid": "a7cfc1cc29bd54d1b6cdc2f686c3ae3b0c357efb1aefbb0ab339379f1498747d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26166476066"
    }
  ]
}