{
  "_id": "6a1572afacfb0bcc41d654c0",
  "Package": "IETD",
  "Type": "Package",
  "Title": "Inter-Event Time Definition",
  "Version": "1.0.0",
  "Author": "Luis F. Duque <lfduquey@gmail.com>",
  "Maintainer": "Luis F. Duque <lfduquey@gmail.com>",
  "Description": "Computes characteristics of independent rainfall events\n(duration, total rainfall depth, and intensity) extracted from\na sub-daily rainfall time series based on the inter-event time\ndefinition (IETD) method. To have a reference value of IETD, it\nalso analyzes/computes IETD values through three methods:\nautocorrelation analysis, the average annual number of events\nanalysis, and coefficient of variation analysis. Ideal for\nanalyzing the sensitivity of IETD to characteristics of\nindependent rainfall events. Adams B, Papa F (2000) <ISBN:\n978-0-471-33217-6>. Joo J et al. (2014) <doi:10.3390/w6010045>.\nRestrepo-Posada P, Eagleson P (1982)\n<doi:10.1016/0022-1694(82)90136-6>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RdMacros": "Rdpack",
  "RoxygenNote": "7.0.2",
  "Repository": "https://lfduquey.r-universe.dev",
  "Date/Publication": "2020-03-19 13:54:45 UTC",
  "RemoteUrl": "https://github.com/lfduquey/ietd",
  "RemoteRef": "HEAD",
  "RemoteSha": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 10:11:41 UTC",
    "User": "root"
  },
  "MD5sum": "8ee70d1f08070563e705239ec88dd560",
  "_user": "lfduquey",
  "_type": "src",
  "_file": "IETD_1.0.0.tar.gz",
  "_fileid": "0920e71a6dff8efac0190f27e5f311c5d3d2f0a419b2a0dc1368490e7dcc5e07",
  "_filesize": 282909,
  "_sha256": "0920e71a6dff8efac0190f27e5f311c5d3d2f0a419b2a0dc1368490e7dcc5e07",
  "_created": "2026-05-26T10:11:41.000Z",
  "_published": "2026-05-26T10:15:11.350Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77852882298,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7214439403"
    },
    {
      "job": 77852882261,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7214439253"
    },
    {
      "job": 77852882243,
      "time": 144,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7214437399"
    },
    {
      "job": 77852882266,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7214436920"
    },
    {
      "job": 77852464132,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214392906"
    },
    {
      "job": 77852882256,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214428305"
    },
    {
      "job": 77852882275,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7214429319"
    },
    {
      "job": 77852882263,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7214433866"
    },
    {
      "job": 77852882277,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7214429773"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lfduquey/ietd",
  "_commit": {
    "id": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
    "author": "Luis F. Duque Y <58699663+lfduquey@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update drawre function\n\nThis commit is based on a request of Sidney Bush; a Ph.D. student from the University of Colorado Boulder. She used the drawre function by using a time series and value for the  Thres parameter where the number of events below that threshold is zero (a relatively uncommon scenario). Since the prior code of the drawre function did not consider that scenario, it shows an error. Now, the drawre function has been updated to include that scenario. A conditional statement to identify date gaps has also been included.",
    "time": 1584626085
  },
  "_maintainer": {
    "name": "Luis F. Duque",
    "email": "lfduquey@gmail.com",
    "login": "lfduquey",
    "description": "",
    "uuid": 58699663
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "lfduquey",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "lfduquey",
      "count": 12,
      "uuid": 58699663
    }
  ],
  "_userbio": {
    "uuid": 58699663,
    "type": "user",
    "name": "Luis F. Duque Y."
  },
  "_downloads": {
    "count": 203,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/IETD"
  },
  "_devurl": "https://github.com/lfduquey/ietd",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/IETD.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lfduquey/ietd",
  "_realowner": "lfduquey",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-03-10"
    }
  ],
  "_exports": [
    "AAEA",
    "AutoA",
    "CVA",
    "drawre"
  ],
  "_datasets": [
    {
      "name": "five_minute_time_series",
      "title": "5-min rainfall time series",
      "object": "five_minute_time_series",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Date",
        "Rainfall.depth"
      ],
      "rows": 175675,
      "table": true,
      "tojson": true
    },
    {
      "name": "hourly_time_series",
      "title": "Hourly rainfall time series",
      "object": "hourly_time_series",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Date",
        "Rainfall.depth"
      ],
      "rows": 14641,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "AAEA",
      "title": "Average annual number of events analysis",
      "topics": [
        "AAEA"
      ]
    },
    {
      "page": "AutoA",
      "title": "Autocorrelation analysis",
      "topics": [
        "AutoA"
      ]
    },
    {
      "page": "CVA",
      "title": "Coefficient of variation analysis",
      "topics": [
        "CVA"
      ]
    },
    {
      "page": "drawre",
      "title": "Extraction of independent rainfall events from a sub-daily time series",
      "topics": [
        "drawre"
      ]
    },
    {
      "page": "five_minute_time_series",
      "title": "5-min rainfall time series",
      "topics": [
        "five_minute_time_series"
      ]
    },
    {
      "page": "hourly_time_series",
      "title": "Hourly rainfall time series",
      "topics": [
        "hourly_time_series"
      ]
    }
  ],
  "_readme": "https://github.com/lfduquey/ietd/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "doParallel",
    "dplyr",
    "farver",
    "foreach",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lifecycle",
    "lubridate",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rdpack",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "ietd",
  "_universes": [
    "lfduquey"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:43.000Z",
      "distro": "noble",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "2c5afaaf46d2b17dc3b75080797786ca41bb226e24f48237eb82f0d60a3dcb17",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:46.000Z",
      "distro": "noble",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "2ae0c214f9c9c2e089373df490468b3612a60c3bf2c217c2aed64e89ca327c89",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:51.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "535881536d2757ba800a3e2f3d3e4f77e8cbc85deedc2f62ec24ba5e8fd34d1b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:37.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "460002c7e1e11f43ef88ebe4892867f5c05bee91c94ffdd2ea3f30f5d41924cc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:40.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "3a125e46e88b1b28d5f3665f06543decbe2bf977382b8b351dd98ffc3d702c69",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-26T10:12:56.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "8ebb2ce901f9fd5e54fcddf1d664fd3818aa41253b1627c17504d30602c7d24e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-26T10:13:09.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "e4130dc01dd4467c200b1547c6e933f18b0d793f65852341da3fc411045b543e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-26T10:12:58.000Z",
      "commit": "038c8598c2dc241ef6ef28ce042961d380b70e3f",
      "fileid": "da76a5a43bf5f9a6f1208396dd0a1b1d7498b9695335de46468cc26be4aa99f5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/lfduquey/actions/runs/26446006358"
    }
  ]
}