{
  "_id": "6a350ea83efcd9bda43de1c9",
  "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-06-19 09:22:38 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "MD5sum": "369869b9cdad16cca3f981aef0851847",
  "_user": "r-lib",
  "_type": "src",
  "_file": "conflicted_1.2.0.9000.tar.gz",
  "_fileid": "aff505b16a47a05ab66bd8b6f1117be5f036af3e8208232fbfd8bc2afc35f44c",
  "_filesize": 102838,
  "_sha256": "aff505b16a47a05ab66bd8b6f1117be5f036af3e8208232fbfd8bc2afc35f44c",
  "_created": "2026-06-19T09:22:38.000Z",
  "_published": "2026-06-19T09:40:56.838Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82321326329,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746233792"
    },
    {
      "job": 82321326353,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746233083"
    },
    {
      "job": 82321326345,
      "time": 96,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746553884"
    },
    {
      "job": 82321326310,
      "time": 81,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746532655"
    },
    {
      "job": 82320843365,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746190404"
    },
    {
      "job": 82321326343,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746223641"
    },
    {
      "job": 82321326338,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746222193"
    },
    {
      "job": 82321326339,
      "time": 65,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746213432"
    },
    {
      "job": 82321326330,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746220964"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963",
  "_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",
    "description": "Chief Scientist at @posit-pbc",
    "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": 154,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "conflicts"
  ],
  "_stars": 254,
  "_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",
    "followers": 740
  },
  "_downloads": {
    "count": 337817,
    "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": 8640,
  "_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",
    "LICENSE",
    "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.078738979836496,
  "_indexed": true,
  "_nocasepkg": "conflicted",
  "_universes": [
    "r-lib",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:24:42.000Z",
      "distro": "noble",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "c163c07f09385c065f436a6eef1beaaab0ebeaf08ccb74ec8b78af422aa5e286",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:24:40.000Z",
      "distro": "noble",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "67af2744c13f7d748be27c7fd1b286a8baff266353b1fb3a63d9728ec7509167",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:40:28.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "99363cd16a24e27ed1216c2fa52641b67251e4db416bc4f441bbaa68c9496446",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:39:29.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "01ed453ec119fbc69ab92911b7232e765ba97631f57c76997392a8143c760198",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:24:31.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "7f78b3df1855c05661b1f3c292a09b7b3598c9fd37e50ad2c3ca7a12ae2e174b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:24:04.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "f02be14a2c566d5532947282b7480b77402781b7f07c085cc5433a3a2ec828e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:23:41.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "2e6096b7e19244b40542239b96d413ea97cca8c29d3d5465e2c6af6063155459",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-06-19T09:24:01.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "042064257e4486b2f82f10fd2ee8f140954e904782158a4b60f79f69c6ecb1ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817055963"
    }
  ]
}