{
  "_id": "6a1558ffacfb0bcc41d5ed02",
  "Package": "ivs",
  "Title": "Interval Vectors",
  "Version": "0.2.0.9000",
  "Authors@R": "c(\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Provides a library for generic interval manipulations\nusing a new interval vector class. Capabilities include:\nlocating various kinds of relationships between two interval\nvectors, merging overlaps within a single interval vector,\nsplitting an interval vector on its overlapping endpoints, and\napplying set theoretical operations on interval vectors. Many\nof the operations in this package were inspired by James\nAllen's interval algebra, Allen (1983)\n<doi:10.1145/182.358434>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/DavisVaughan/ivs,\nhttps://davisvaughan.github.io/ivs/",
  "BugReports": "https://github.com/DavisVaughan/ivs/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://davisvaughan.r-universe.dev",
  "Date/Publication": "2023-03-17 13:56:30 UTC",
  "RemoteUrl": "https://github.com/davisvaughan/ivs",
  "RemoteRef": "HEAD",
  "RemoteSha": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 08:22:33 UTC",
    "User": "root"
  },
  "Author": "Davis Vaughan [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Davis Vaughan <davis@posit.co>",
  "MD5sum": "4ffcccd57d42d2841308cc0562fce365",
  "_user": "davisvaughan",
  "_type": "src",
  "_file": "ivs_0.2.0.9000.tar.gz",
  "_fileid": "3431a0e1320f98519bf1b216502db8e2ffbaef7e9c6e6334ec0b86ea14993526",
  "_filesize": 604947,
  "_sha256": "3431a0e1320f98519bf1b216502db8e2ffbaef7e9c6e6334ec0b86ea14993526",
  "_created": "2026-05-26T08:22:33.000Z",
  "_published": "2026-05-26T08:25:35.381Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77835188327,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7212247441"
    },
    {
      "job": 77835188289,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212248922"
    },
    {
      "job": 77835188429,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7212238590"
    },
    {
      "job": 77835188145,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212234864"
    },
    {
      "job": 77834689142,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212202812"
    },
    {
      "job": 77835188262,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212240379"
    },
    {
      "job": 77835188241,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7212239985"
    },
    {
      "job": 77835188211,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7212234371"
    },
    {
      "job": 77835188174,
      "time": 123,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212243050"
    }
  ],
  "_buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/davisvaughan/ivs",
  "_commit": {
    "id": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
    "author": "DavisVaughan <davis@rstudio.com>",
    "committer": "DavisVaughan <davis@rstudio.com>",
    "message": "Increment version number to 0.2.0.9000\n",
    "time": 1679061390
  },
  "_maintainer": {
    "name": "Davis Vaughan",
    "email": "davis@posit.co",
    "login": "davisvaughan",
    "bluesky": "@davisvaughan.bsky.social",
    "description": "Working on all things @tidyverse and @r-lib to make data analysis more fun",
    "uuid": 19150088
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "glue",
      "version": ">= 1.6.2",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.6.0",
      "role": "Imports"
    },
    {
      "package": "bit64",
      "version": ">= 4.0.5",
      "role": "Suggests"
    },
    {
      "package": "clock",
      "version": ">= 0.6.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "version": ">= 1.1.4",
      "role": "Suggests"
    }
  ],
  "_owner": "davisvaughan",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 48,
  "_contributors": [
    {
      "user": "davisvaughan",
      "count": 165,
      "uuid": 19150088
    },
    {
      "user": "dpprdan",
      "count": 1,
      "uuid": 1423562
    }
  ],
  "_userbio": {
    "uuid": 19150088,
    "type": "user",
    "name": "Davis Vaughan",
    "description": "Working on all things @tidyverse and @r-lib to make data analysis more fun"
  },
  "_downloads": {
    "count": 341,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ivs"
  },
  "_devurl": "https://github.com/davisvaughan/ivs",
  "_pkgdown": "https://davisvaughan.github.io/ivs/",
  "_searchresults": 72,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ivs.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/davisvaughan/ivs",
  "_realowner": "davisvaughan",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-04-05"
    },
    {
      "version": "0.2.0",
      "date": "2023-03-17"
    }
  ],
  "_exports": [
    "is_iv",
    "iv",
    "iv_align",
    "iv_between",
    "iv_complement",
    "iv_containers",
    "iv_count_between",
    "iv_count_follows",
    "iv_count_includes",
    "iv_count_overlaps",
    "iv_count_precedes",
    "iv_count_relates",
    "iv_diff",
    "iv_difference",
    "iv_end",
    "iv_follows",
    "iv_format",
    "iv_groups",
    "iv_identify_container",
    "iv_identify_containers",
    "iv_identify_group",
    "iv_identify_splits",
    "iv_includes",
    "iv_intersect",
    "iv_locate_between",
    "iv_locate_containers",
    "iv_locate_follows",
    "iv_locate_groups",
    "iv_locate_includes",
    "iv_locate_overlaps",
    "iv_locate_precedes",
    "iv_locate_relates",
    "iv_locate_splits",
    "iv_overlaps",
    "iv_pairs",
    "iv_pairwise_between",
    "iv_pairwise_complement",
    "iv_pairwise_difference",
    "iv_pairwise_follows",
    "iv_pairwise_includes",
    "iv_pairwise_intersect",
    "iv_pairwise_overlaps",
    "iv_pairwise_precedes",
    "iv_pairwise_relates",
    "iv_pairwise_set_complement",
    "iv_pairwise_set_difference",
    "iv_pairwise_set_intersect",
    "iv_pairwise_set_symmetric_difference",
    "iv_pairwise_set_union",
    "iv_pairwise_span",
    "iv_pairwise_symmetric_difference",
    "iv_pairwise_union",
    "iv_precedes",
    "iv_proxy",
    "iv_relates",
    "iv_restore",
    "iv_set_complement",
    "iv_set_difference",
    "iv_set_intersect",
    "iv_set_symmetric_difference",
    "iv_set_union",
    "iv_span",
    "iv_splits",
    "iv_start",
    "iv_symmetric_difference",
    "iv_union",
    "new_iv"
  ],
  "_help": [
    {
      "page": "allen-relation-count",
      "title": "Count relations from Allen's Interval Algebra",
      "topics": [
        "allen-relation-count",
        "iv_count_relates"
      ]
    },
    {
      "page": "allen-relation-detect",
      "title": "Detect relations from Allen's Interval Algebra",
      "topics": [
        "allen-relation-detect",
        "iv_relates"
      ]
    },
    {
      "page": "allen-relation-detect-pairwise",
      "title": "Pairwise detect relations from Allen's Interval Algebra",
      "topics": [
        "allen-relation-detect-pairwise",
        "iv_pairwise_relates"
      ]
    },
    {
      "page": "allen-relation-locate",
      "title": "Locate relations from Allen's Interval Algebra",
      "topics": [
        "allen-relation-locate",
        "iv_locate_relates"
      ]
    },
    {
      "page": "is_iv",
      "title": "Is 'x' an iv?",
      "topics": [
        "is_iv"
      ]
    },
    {
      "page": "iv",
      "title": "Create an interval vector",
      "topics": [
        "iv",
        "iv_pairs"
      ]
    },
    {
      "page": "iv_align",
      "title": "Align after locating relationships",
      "topics": [
        "iv_align"
      ]
    },
    {
      "page": "iv_diff",
      "title": "Diff a vector to create an interval vector",
      "topics": [
        "iv_diff"
      ]
    },
    {
      "page": "iv_format",
      "title": "Formatting",
      "topics": [
        "iv_format"
      ]
    },
    {
      "page": "iv_pairwise_span",
      "title": "Pairwise span",
      "topics": [
        "iv_pairwise_span"
      ]
    },
    {
      "page": "iv_span",
      "title": "Span",
      "topics": [
        "iv_span"
      ]
    },
    {
      "page": "iv-accessors",
      "title": "Access the start or end of an interval vector",
      "topics": [
        "iv-accessors",
        "iv_end",
        "iv_start"
      ]
    },
    {
      "page": "iv-containers",
      "title": "Containers",
      "topics": [
        "iv-containers",
        "iv_containers",
        "iv_identify_container",
        "iv_identify_containers",
        "iv_locate_containers"
      ]
    },
    {
      "page": "iv-genericity",
      "title": "Proxy and restore",
      "topics": [
        "iv-genericity",
        "iv_proxy",
        "iv_restore"
      ]
    },
    {
      "page": "iv-groups",
      "title": "Group overlapping intervals",
      "topics": [
        "iv-groups",
        "iv_groups",
        "iv_identify_group",
        "iv_locate_groups"
      ]
    },
    {
      "page": "iv-set-pairwise",
      "title": "Pairwise set operations",
      "topics": [
        "iv-set-pairwise",
        "iv_pairwise_set_complement",
        "iv_pairwise_set_difference",
        "iv_pairwise_set_intersect",
        "iv_pairwise_set_symmetric_difference",
        "iv_pairwise_set_union"
      ]
    },
    {
      "page": "iv-sets",
      "title": "Set operations",
      "topics": [
        "iv-sets",
        "iv_set_complement",
        "iv_set_difference",
        "iv_set_intersect",
        "iv_set_symmetric_difference",
        "iv_set_union"
      ]
    },
    {
      "page": "iv-splits",
      "title": "Splits",
      "topics": [
        "iv-splits",
        "iv_identify_splits",
        "iv_locate_splits",
        "iv_splits"
      ]
    },
    {
      "page": "new_iv",
      "title": "Construct a new iv",
      "topics": [
        "new_iv"
      ]
    },
    {
      "page": "relation-count",
      "title": "Count relationships between two ivs",
      "topics": [
        "iv_count_follows",
        "iv_count_overlaps",
        "iv_count_precedes",
        "relation-count"
      ]
    },
    {
      "page": "relation-detect",
      "title": "Detect a relationship between two ivs",
      "topics": [
        "iv_follows",
        "iv_overlaps",
        "iv_precedes",
        "relation-detect"
      ]
    },
    {
      "page": "relation-detect-pairwise",
      "title": "Pairwise detect a relationship between two ivs",
      "topics": [
        "iv_pairwise_follows",
        "iv_pairwise_overlaps",
        "iv_pairwise_precedes",
        "relation-detect-pairwise"
      ]
    },
    {
      "page": "relation-locate",
      "title": "Locate relationships between two ivs",
      "topics": [
        "iv_locate_follows",
        "iv_locate_overlaps",
        "iv_locate_precedes",
        "relation-locate"
      ]
    },
    {
      "page": "vector-count",
      "title": "Count relationships between a vector and an iv",
      "topics": [
        "iv_count_between",
        "iv_count_includes",
        "vector-count"
      ]
    },
    {
      "page": "vector-detect",
      "title": "Detect relationships between a vector and an iv",
      "topics": [
        "iv_between",
        "iv_includes",
        "vector-detect"
      ]
    },
    {
      "page": "vector-detect-pairwise",
      "title": "Pairwise detect relationships between a vector and an iv",
      "topics": [
        "iv_pairwise_between",
        "iv_pairwise_includes",
        "vector-detect-pairwise"
      ]
    },
    {
      "page": "vector-locate",
      "title": "Locate relationships between a vector and an iv",
      "topics": [
        "iv_locate_between",
        "iv_locate_includes",
        "vector-locate"
      ]
    }
  ],
  "_readme": "https://github.com/davisvaughan/ivs/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "rlang",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "ivs.Rmd",
      "filename": "ivs.html",
      "title": "Introduction to ivs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Structure",
        "Right-open intervals",
        "Empty intervals",
        "Finding overlaps",
        "Precedes / Follows",
        "Allen's Interval Algebra",
        "Between-ness",
        "Counting overlaps",
        "Grouping by overlaps",
        "With .by",
        "Minimal ivs",
        "Splitting on endpoints",
        "Set operations",
        "Pairwise set operations",
        "Missing intervals"
      ],
      "created": "2022-04-01 18:33:05",
      "modified": "2023-03-17 01:00:19",
      "commits": 4
    },
    {
      "source": "examples.Rmd",
      "filename": "examples.html",
      "title": "Stack Overflow Examples",
      "engine": "knitr::rmarkdown",
      "headings": [
        "iv_groups()",
        "iv_identify_group()",
        "iv_identify_splits()",
        "iv_count_between()",
        "iv_count_overlaps()",
        "iv_count_includes()",
        "iv_set_complement()",
        "iv_locate_overlaps()",
        "iv_overlaps()"
      ],
      "created": "2022-04-05 15:42:22",
      "modified": "2023-03-01 20:00:24",
      "commits": 8
    }
  ],
  "_score": 7.316724984190499,
  "_indexed": true,
  "_nocasepkg": "ivs",
  "_universes": [
    "davisvaughan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:45.000Z",
      "distro": "noble",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "fa3672156103516c71463a5f8a5b01c574910efff8978529f95ecc86410a8cc1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:47.000Z",
      "distro": "noble",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "103a02f6430d863b9d371e1ff817b7db78e33e590039f68f85c876fa42480d3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:25.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "9108dab4bdf947f2ddfb9a1b173b3faa7b17b829e0730be353e11433cac284db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:15.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "09b8cca92ea558e390712f98ae35d9b091c999631c8afd3fb7cd76d246c62489",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:51.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "bf73396599149e3bea10eca2c85fd7d0af39fc03d7801fc919253ee099331c1c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:10.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "1c90a5ad2f1093978e9989fc6fa40b524cc727cf84625943daecb1c69cb9bf3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:23:53.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "d6fa03d286766f78a1dd1c092b1c8a36b2bd48e45c73ac057b670a84abf96a06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-26T08:24:21.000Z",
      "commit": "a93a4467a6f15e6831d16908ae97f9adbd209e0e",
      "fileid": "0096cd777eddc92b3d5fdc8a4c23656975a49e7bf64481365082eb87c130c73c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/davisvaughan/actions/runs/26440845493"
    }
  ]
}