{
  "_id": "6a105417acfb0bcc41ca1f99",
  "Package": "conflicted",
  "Title": "An Alternative Conflict Resolution Strategy",
  "Version": "1.2.0.9000",
  "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "R's default conflict management system gives the most\nrecently loaded package precedence. This can make it hard to\ndetect conflicts, particularly when they arise because a\npackage update creates ambiguity that did not previously exist.\n'conflicted' takes a different approach, making every conflict\nan error and forcing you to choose which function to use.",
  "License": "MIT + file LICENSE",
  "URL": "https://conflicted.r-lib.org/, https://github.com/r-lib/conflicted",
  "BugReports": "https://github.com/r-lib/conflicted/issues",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2024-02-22 20:59:32 UTC",
  "RemoteUrl": "https://github.com/r-lib/conflicted",
  "RemoteRef": "HEAD",
  "RemoteSha": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 08:38:29 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "MD5sum": "6d3311e2c499f424ed3c579b2960f119",
  "_user": "r-lib",
  "_type": "src",
  "_file": "conflicted_1.2.0.9000.tar.gz",
  "_fileid": "2b2c310e22006a23f3151cfe9ca55e6de077bc1e6339b497d2f2f77477018e06",
  "_filesize": 102643,
  "_sha256": "2b2c310e22006a23f3151cfe9ca55e6de077bc1e6339b497d2f2f77477018e06",
  "_created": "2026-05-09T08:38:29.000Z",
  "_published": "2026-05-22T13:03:19.199Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77384954480,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894382254"
    },
    {
      "job": 77384954500,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894382142"
    },
    {
      "job": 77384954332,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894378497"
    },
    {
      "job": 77384954567,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894378951"
    },
    {
      "job": 77384953527,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894369454"
    },
    {
      "job": 77384953615,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161143718"
    },
    {
      "job": 77384954406,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894378890"
    },
    {
      "job": 77384954309,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894376958"
    },
    {
      "job": 77384954252,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894376138"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/conflicted",
  "_commit": {
    "id": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
    "author": "Konrad Rudolph <konrad.rudolph@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Replace references to ‘modules’ with ‘box’ (#107)\n\nUpdate the “alternative” approaches to use ‘box’ instead of the\r\ndeprecated ‘modules’: ‘box’ is the name of the current version of\r\n‘modules’. However, its API has changed substantially, so the usage\r\nexample was adapted to show the different ways of using it.",
    "time": 1708635572
  },
  "_maintainer": {
    "name": "Hadley Wickham",
    "email": "hadley@posit.co",
    "login": "hadley",
    "bluesky": "@hadley.nz",
    "uuid": 4196
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "methods",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 156,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "conflicts"
  ],
  "_stars": 253,
  "_contributors": [
    {
      "user": "hadley",
      "count": 195,
      "uuid": 4196
    },
    {
      "user": "krlmlr",
      "count": 11,
      "uuid": 1741643
    },
    {
      "user": "batpigandme",
      "count": 3,
      "uuid": 831732
    },
    {
      "user": "klmr",
      "count": 1,
      "uuid": 38931
    },
    {
      "user": "lionel-",
      "count": 1,
      "uuid": 4465050
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    },
    {
      "user": "nerskin",
      "count": 1,
      "uuid": 22582719
    },
    {
      "user": "romainfrancois",
      "count": 1,
      "uuid": 2625526
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure"
  },
  "_downloads": {
    "count": 417373,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/conflicted"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/r-lib/conflicted",
  "_pkgdown": "https://conflicted.r-lib.org/",
  "_searchresults": 6560,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/conflicted.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/conflicted",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-05-31"
    },
    {
      "version": "1.0.0",
      "date": "2018-09-15"
    },
    {
      "version": "1.0.1",
      "date": "2018-10-02"
    },
    {
      "version": "1.0.2",
      "date": "2019-03-30"
    },
    {
      "version": "1.0.3",
      "date": "2019-05-01"
    },
    {
      "version": "1.0.4",
      "date": "2019-06-22"
    },
    {
      "version": "1.1.0",
      "date": "2021-11-26"
    },
    {
      "version": "1.2.0",
      "date": "2023-02-01"
    }
  ],
  "_exports": [
    "conflict_prefer",
    "conflict_prefer_all",
    "conflict_prefer_matching",
    "conflict_scout",
    "conflicts_prefer"
  ],
  "_help": [
    {
      "page": "conflict_prefer",
      "title": "Persistently prefer one function over another",
      "topics": [
        "conflict_prefer",
        "conflict_prefer_all",
        "conflict_prefer_matching"
      ]
    },
    {
      "page": "conflict_scout",
      "title": "Find conflicts amongst a set of packages",
      "topics": [
        "conflict_scout"
      ]
    },
    {
      "page": "conflicts_prefer",
      "title": "Declare many preferences at once",
      "topics": [
        "conflicts_prefer"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/conflicted/raw/HEAD/README.md",
  "_rundeps": [
    "cachem",
    "cli",
    "fastmap",
    "memoise",
    "rlang"
  ],
  "_score": 14.054862608957635,
  "_indexed": true,
  "_nocasepkg": "conflicted",
  "_universes": [
    "r-lib",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:40:29.000Z",
      "distro": "noble",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "b1a21263c56f5e0df84f15f8a109abcb91970baee2b9b7fda81951509a57fb16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:40:27.000Z",
      "distro": "noble",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "6ff703df4768c171ce0fe04b440951cece889cab1652845851b941d7086410b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:39:55.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "a24376786e040d7f689c5b1230791b1a8f43f0ae71a756ed3f5cc027cc690982",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:40:02.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "ca09eb9b03b72287c15b6461bcea07f0f5f59ac665fdef47df463d29710a59a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:39:51.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "e77e5270c31589556718833435d860e94d37fefdc63e2bd3a2c30fdd0446106e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:39:36.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "085b5d5cb70813c853b9a1601545af42013749effe0301b3e3e857dce52b94c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-05-09T08:39:28.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "f594c4f20704b012ab27246b524d68158f2e3c2737d495da1770123be79efe7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-05-22T13:03:01.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "b60f596691063dda6ae4f1dac6fe793cadd4cb6edb46dc0c22cea54355d34d5d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596665552"
    }
  ]
}