{
  "_id": "6a1f02fdb401979e7341b430",
  "Package": "R6",
  "Title": "Encapsulated Classes with Reference Semantics",
  "Version": "2.6.1.9000",
  "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Creates classes with reference semantics, similar to R's\nbuilt-in reference classes. Compared to reference classes, R6\nclasses are simpler and lighter-weight, and they are not built\non S4 classes so they do not require the methods package. These\nclasses allow public and private members, and they support\ninheritance, even when the classes are defined in different\npackages.",
  "License": "MIT + file LICENSE",
  "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6",
  "BugReports": "https://github.com/r-lib/R6/issues",
  "Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark,\nscales",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2025-10-20 21:02:19 UTC",
  "RemoteUrl": "https://github.com/r-lib/r6",
  "RemoteRef": "HEAD",
  "RemoteSha": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 08:12:25 UTC",
    "User": "root"
  },
  "Author": "Winston Chang [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "MD5sum": "b22065e82be6d08458c6d5aded919455",
  "_user": "r-lib",
  "_type": "src",
  "_file": "R6_2.6.1.9000.tar.gz",
  "_fileid": "8699a0801a06bef5a6f81e334fb6aac21f747e1e61d6376aedc866e8d4107c1e",
  "_filesize": 174949,
  "_sha256": "8699a0801a06bef5a6f81e334fb6aac21f747e1e61d6376aedc866e8d4107c1e",
  "_created": "2026-05-18T08:12:25.000Z",
  "_published": "2026-06-02T16:21:17.867Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79119127721,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052656744"
    },
    {
      "job": 79119127773,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052654462"
    },
    {
      "job": 79119127639,
      "time": 96,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052651420"
    },
    {
      "job": 79119127731,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052649203"
    },
    {
      "job": 79119127056,
      "time": 139,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052620009"
    },
    {
      "job": 79119126857,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363574304"
    },
    {
      "job": 79119127805,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052646658"
    },
    {
      "job": 79119128941,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052643334"
    },
    {
      "job": 79119128250,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052642889"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/r6",
  "_commit": {
    "id": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
    "author": "Jeroen Janssens <jeroen@jeroenjanssens.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Include supported-by-posit script (#303)\n\n",
    "time": 1760994139
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "lobstr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 15223,
  "_updates": [
    {
      "week": "2025-43",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 424,
  "_contributors": [
    {
      "user": "wch",
      "count": 501,
      "uuid": 86978
    },
    {
      "user": "indrajeetpatil",
      "count": 35,
      "uuid": 11330453
    },
    {
      "user": "hadley",
      "count": 16,
      "uuid": 4196
    },
    {
      "user": "gaborcsardi",
      "count": 10,
      "uuid": 660288
    },
    {
      "user": "zeehio",
      "count": 9,
      "uuid": 75441
    },
    {
      "user": "krlmlr",
      "count": 7,
      "uuid": 1741643
    },
    {
      "user": "oscardelama",
      "count": 2,
      "uuid": 7435435
    },
    {
      "user": "batpigandme",
      "count": 2,
      "uuid": 831732
    },
    {
      "user": "schloerke",
      "count": 2,
      "uuid": 93231
    },
    {
      "user": "colinfay",
      "count": 1,
      "uuid": 17936236
    },
    {
      "user": "davharris",
      "count": 1,
      "uuid": 843017
    },
    {
      "user": "jefferis",
      "count": 1,
      "uuid": 23763
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    },
    {
      "user": "jranke",
      "count": 1,
      "uuid": 3621037
    },
    {
      "user": "tracykteal",
      "count": 1,
      "uuid": 889238
    },
    {
      "user": "isomorphisms",
      "count": 1,
      "uuid": 170678
    },
    {
      "user": "iagogv3",
      "count": 1,
      "uuid": 40892925
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure"
  },
  "_downloads": {
    "count": 1702412,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/R6"
  },
  "_mentions": 8,
  "_devurl": "https://github.com/r-lib/r6",
  "_pkgdown": "https://r6.r-lib.org",
  "_searchresults": 2688,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/R6.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/r6",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2014-07-17"
    },
    {
      "version": "2.0",
      "date": "2014-08-19"
    },
    {
      "version": "2.0.1",
      "date": "2014-10-29"
    },
    {
      "version": "2.1.0",
      "date": "2015-07-03"
    },
    {
      "version": "2.1.1",
      "date": "2015-08-18"
    },
    {
      "version": "2.1.2",
      "date": "2016-01-25"
    },
    {
      "version": "2.1.3",
      "date": "2016-08-19"
    },
    {
      "version": "2.2.0",
      "date": "2016-10-07"
    },
    {
      "version": "2.2.1",
      "date": "2017-05-10"
    },
    {
      "version": "2.2.2",
      "date": "2017-06-17"
    },
    {
      "version": "2.3.0",
      "date": "2018-10-04"
    },
    {
      "version": "2.4.0",
      "date": "2019-02-14"
    },
    {
      "version": "2.4.1",
      "date": "2019-11-13"
    },
    {
      "version": "2.5.0",
      "date": "2020-10-28"
    },
    {
      "version": "2.5.1",
      "date": "2021-08-19"
    },
    {
      "version": "2.6.0",
      "date": "2025-02-12"
    },
    {
      "version": "2.6.1",
      "date": "2025-02-15"
    }
  ],
  "_exports": [
    "is.R6",
    "is.R6Class",
    "R6Class"
  ],
  "_help": [
    {
      "page": "as.list.R6",
      "title": "Create a list from an R6 object",
      "topics": [
        "as.list.R6"
      ]
    },
    {
      "page": "is.R6",
      "title": "Is an object an R6 Class Generator or Object?",
      "topics": [
        "is.R6",
        "is.R6Class"
      ]
    },
    {
      "page": "R6Class",
      "title": "Create an R6 reference object generator",
      "topics": [
        "R6",
        "R6Class"
      ]
    }
  ],
  "_pkglogo": "https://github.com/r-lib/r6/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/r-lib/r6/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 17.753661268947727,
  "_indexed": true,
  "_nocasepkg": "r6",
  "_universes": [
    "r-lib",
    "wch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:14:28.000Z",
      "distro": "noble",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "632cd1c5f312d076ae00a798a126d18499c2df908968a948d40e9c173af8cbad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:14:18.000Z",
      "distro": "noble",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "a9d1cb228542ad62d72aeafeadd12246dae1ecf06d46db15b82ce8a6c3459d28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:14:10.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "d8c22961d2e1e93cd36314efaf7b0cce5e36f27ea5a890aa6e024b318c558347",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:14:03.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "fac81362e1d28ec6925b740a15f86847f5c97ecfa7f8e7f0481b7f5766725b8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:13:42.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "8cefbee83f69993194ea443100cd682281e147d7eeb145024f5e66c3bf8221a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:13:37.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "3e63513b806f2916f34bcb9d540e0c8f02c87bfd4fc3200407edab1aaec2cd0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.6.1.9000",
      "date": "2026-05-18T08:13:35.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "ea481c4a4244c33a13f1788e461d2ad7867d9ed1c969291788c0ce342db5bf53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.6.1.9000",
      "date": "2026-06-02T16:20:42.000Z",
      "commit": "2bced0f1354c08c3a34307bf0b62c50d97de36c0",
      "fileid": "363c59731ea7d38f66d0ce3b18a4277448e5df0f5f3ae1714eceb254a2d8e9e0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26021425396"
    }
  ]
}