{
  "_id": "6a101fabacfb0bcc41c8b554",
  "Package": "doclisting",
  "Title": "List Functions in Documentation",
  "Version": "0.1.0.9000",
  "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"https://ror.org/03wc8by49\"))\n)",
  "Description": "Generate 'Rd' markup to list methods for a generic\nfunction. Makes it easier to document S3, S4, and S7 generics\nby automatically finding and linking to method documentation.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-lib/doclisting, https://doclisting.r-lib.org",
  "BugReports": "https://github.com/r-lib/doclisting/issues",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3.9000",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2026-04-22 19:35:43 UTC",
  "RemoteUrl": "https://github.com/r-lib/doclisting",
  "RemoteRef": "HEAD",
  "RemoteSha": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 09:16:24 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4757-117X>),\nPosit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "MD5sum": "6a5a65f68c00e9bdc13506607a7cca91",
  "_user": "r-lib",
  "_type": "src",
  "_file": "doclisting_0.1.0.9000.tar.gz",
  "_fileid": "14807fdce66d83f0ef4cb61ba58dec8ee496f85b3d2ac2a9674b02eb806efbd9",
  "_filesize": 79498,
  "_sha256": "14807fdce66d83f0ef4cb61ba58dec8ee496f85b3d2ac2a9674b02eb806efbd9",
  "_created": "2026-05-22T09:16:24.000Z",
  "_published": "2026-05-22T09:19:39.041Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77351320747,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7157088503"
    },
    {
      "job": 77351320735,
      "time": 96,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157085541"
    },
    {
      "job": 77351320814,
      "time": 65,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7157075106"
    },
    {
      "job": 77351320642,
      "time": 82,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157080866"
    },
    {
      "job": 77350891983,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157053651"
    },
    {
      "job": 77351320864,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157082553"
    },
    {
      "job": 77351320760,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7157082866"
    },
    {
      "job": 77351320785,
      "time": 61,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7157073865"
    },
    {
      "job": 77351320729,
      "time": 148,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157102227"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/doclisting",
  "_commit": {
    "id": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
    "author": "Hadley Wickham <h.wickham@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Test support for local S7 classes (#5)\n\nThe actual fix is in https://github.com/r-lib/pkgload/pull/332, so don't merge until that's made its way to CRAN. pkgload is only a suggested dependency, so the version requirement will have to go in roxygen2.\n\nFixes #4",
    "time": 1776886543
  },
  "_maintainer": {
    "name": "Hadley Wickham",
    "email": "hadley@posit.co",
    "login": "hadley",
    "bluesky": "@hadley.nz",
    "description": "Chief Scientist at @posit-pbc",
    "uuid": 4196,
    "orcid": "0000-0003-4757-117X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "pkgload",
      "version": ">= 1.5.2",
      "role": "Suggests"
    },
    {
      "package": "S7",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-14",
      "n": 18
    },
    {
      "week": "2026-15",
      "n": 19
    },
    {
      "week": "2026-16",
      "n": 2
    },
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-08"
    }
  ],
  "_stars": 9,
  "_contributors": [
    {
      "user": "hadley",
      "count": 40,
      "uuid": 4196
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure"
  },
  "_downloads": {
    "count": 596,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/doclisting"
  },
  "_devurl": "https://github.com/r-lib/doclisting",
  "_pkgdown": "https://doclisting.r-lib.org",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/doclisting.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/doclisting",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-15"
    }
  ],
  "_exports": [
    "methods_inline",
    "methods_list"
  ],
  "_help": [
    {
      "page": "methods_list",
      "title": "List methods for a generic",
      "topics": [
        "methods_inline",
        "methods_list"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/doclisting/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.2552725051033065,
  "_indexed": true,
  "_nocasepkg": "doclisting",
  "_universes": [
    "r-lib",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:18:29.000Z",
      "distro": "noble",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "9330e5459f1a07af113c82305bddd9a553d781c681f4a47158a2c7a57922eacf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:18:20.000Z",
      "distro": "noble",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "722ad704c2e2d4ea599a0e89e34486d11294f84493938e4049700c74b486647b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:17:54.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "43ebef50128ff77132491768e7c57b159a259e6a1d39f0335b5154cb915c157c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:18:07.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "cae2303a6c033ad8ce789e45ac66e8510f0be2cd41042902622c673beb3c2aa2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:18:24.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "c4377f8cd4909137e801bcfa6fff300f978362b9568711a6ef0a4664b5792dfe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:18:07.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "aefa23498cb9c2b0f7615f85fe505901318b5b37b223296eef08f5600dbfb02e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:17:42.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "0fccb5f552e38e6094e38ae3615e46f6c8c614b47047c9bb4f94bb80aa90366f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-22T09:19:04.000Z",
      "commit": "3c3a15625c6bf3c7c96e4284e924d3b00137e421",
      "fileid": "6ccc750d6272530b56c8ba14bc9943f7b1cdfc7cc63c6f37ef817b822c20f5e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26279177458"
    }
  ]
}