{
  "_id": "6a4ba7c7a6574ff277f9c7f4",
  "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-07-06 12:57:57 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "_user": "r-lib",
  "_type": "src",
  "_file": "conflicted_1.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/c871c2474fbe52585485bb7c65a3d37baf700bda8edea9857875e201b4a4485e",
  "_filesize": 102821,
  "_sha256": "c871c2474fbe52585485bb7c65a3d37baf700bda8edea9857875e201b4a4485e",
  "_expires": "2026-10-14T13:04:06.000Z",
  "_created": "2026-07-06T12:57:57.000Z",
  "_published": "2026-07-06T13:04:07.731Z",
  "_jobs": [
    {
      "job": 85377008048,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8109660379"
    },
    {
      "job": 85377008005,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8109661427"
    },
    {
      "job": 85377008008,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8109745690"
    },
    {
      "job": 85377008018,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8109716256"
    },
    {
      "job": 85376457081,
      "time": 166,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8109609231"
    },
    {
      "job": 85377008007,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8109652632"
    },
    {
      "job": 85377008104,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8109638247"
    },
    {
      "job": 85377008119,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8109655535"
    },
    {
      "job": 85377008013,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8109646296"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 153,
  "_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",
    "followers": 743
  },
  "_downloads": {
    "count": 296724,
    "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": 8080,
  "_rbuild": "4.6.1",
  "_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": 13.988765286722455,
  "_indexed": true,
  "_nocasepkg": "conflicted",
  "_universes": [
    "r-lib",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:59.000Z",
      "distro": "resolute",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/b1104be633238f3b15b58e545436c353848e7450e78e42674a06a3aa02a5dad6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:59.000Z",
      "distro": "resolute",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/264316baf1ff6a585a092446a0612569c922c994f4ead4212aaea1b4ffeac78a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-06T13:03:29.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/ca14e515c01a82f373bc546e20d56f00ac9231b327f1aac2687eac5d4897fcbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-06T13:02:15.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/1ca02b4724a4ff6abfeb7d4cc49b143cd39baef6b2e4f65f949bcbae8e287507",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:56.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/e54bef8340813611b1a6924bb936378050e14336cbe461d0bc569e05894e0d4d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:01.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/13494c93d5e20149522ff2276750d9b0e18ad20f007d56ac10c8b2e8540d6d83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:40.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/b181f1a49d259772554df051105c3b800ed9478e8cb1669abfba309bcb8873d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T12:59:16.000Z",
      "commit": "4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e",
      "fileid": "https://r2.ropensci.org/6a46a3ab439b2ed46e035913172f2e07c229232793f8143da553c99d9ea3ebe8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28793048944"
    }
  ]
}