{
  "_id": "6a496a473c3572b93bf80152",
  "Package": "repr",
  "Title": "Serializable Representations",
  "Version": "1.1.7",
  "Authors@R": "c(\nperson('Philipp', 'Angerer', email = 'phil.angerer@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = \"0000-0002-0369-2888\")),\nperson('Thomas', 'Kluyver', email = 'thomas@kluyver.me.uk', role = 'aut'),\nperson('Jan', 'Schulz', email = 'jasc@gmx.net', role = 'aut'),\nperson('abielr', role = 'ctb'),\nperson('Denilson', 'Figueiredo de Sa', role = 'ctb'),\nperson('Jim', 'Hester', role = 'ctb'),\nperson('karldw', role = 'ctb'),\nperson('Dave', 'Foster', role = 'ctb'),\nperson('Carson', 'Sievert', role = 'ctb')\n)",
  "Maintainer": "Philipp Angerer <phil.angerer@gmail.com>",
  "Description": "String and binary representations of objects for several\nformats / mime types.",
  "URL": "https://github.com/IRkernel/repr/",
  "BugReports": "https://github.com/IRkernel/repr/issues/",
  "Config/testthat/edition": "3",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Collate": "'generics.r' 'options.r' 'package.r' 'repr_datatable.r'\n'repr_datetime.r' 'utils.r' 'repr_list.r' 'repr_vector.r'\n'repr_factor.r' 'repr_function.r'\n'repr_help_files_with_topic.r' 'repr_htmlwidget.r'\n'repr_matrix_df.r' 'repr_packageIQR.r' 'repr_plotly.r'\n'repr_recordedplot.r' 'repr_spatial.r' 'repr_ts.r'\n'repr_vega.r' 'zzz_onload.r'",
  "RoxygenNote": "7.3.1",
  "Repository": "https://irkernel.r-universe.dev",
  "Date/Publication": "2025-07-28 09:27:13 UTC",
  "RemoteUrl": "https://github.com/irkernel/repr",
  "RemoteRef": "HEAD",
  "RemoteSha": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-23 09:14:43 UTC",
    "User": "root"
  },
  "Author": "Philipp Angerer [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0369-2888>),\nThomas Kluyver [aut],\nJan Schulz [aut],\nabielr [ctb],\nDenilson Figueiredo de Sa [ctb],\nJim Hester [ctb],\nkarldw [ctb],\nDave Foster [ctb],\nCarson Sievert [ctb]",
  "_user": "irkernel",
  "_type": "src",
  "_file": "repr_1.1.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/63b6fa2e0c45b8354a91fc9a193a5d569e8bcd740ac333071817abb2f9427bd9",
  "_filesize": 174530,
  "_sha256": "63b6fa2e0c45b8354a91fc9a193a5d569e8bcd740ac333071817abb2f9427bd9",
  "_expires": "2026-10-12T20:17:10.000Z",
  "_created": "2026-06-23T09:14:43.000Z",
  "_published": "2026-07-04T20:17:11.885Z",
  "_jobs": [
    {
      "job": 85163708658,
      "time": 191,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7816550768"
    },
    {
      "job": 85163708531,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816543824"
    },
    {
      "job": 85163708708,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7816516827"
    },
    {
      "job": 85163708523,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816521402"
    },
    {
      "job": 85163708494,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816476679"
    },
    {
      "job": 85163708589,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816528147"
    },
    {
      "job": 85163708502,
      "time": 109,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7816519160"
    },
    {
      "job": 85163708755,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7816510926"
    },
    {
      "job": 85163708659,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816515840"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530",
  "_status": "success",
  "_upstream": "https://github.com/irkernel/repr",
  "_commit": {
    "id": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
    "author": "Michael Chirico <chiricom@google.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Don't include '...' to empty-dimensional matrices (#174)\n\n* Don't include '...' to empty-dimensional matrices\n\n* regression tests\n\n* flip which dimension is tested\n\n* msising ')'\n\n* stronger test\n\n* similar test in the no-colnames case\n\n* use expect_no* matchers\n\n* requires more recent testthat (2022)\n\n* simplify regexes by using expect_match()+expect_no_match()\n\n* symmetric comment",
    "time": 1753694833
  },
  "_maintainer": {
    "name": "Philipp Angerer",
    "email": "phil.angerer@gmail.com",
    "login": "flying-sheep",
    "orcid": "0000-0002-0369-2888",
    "description": "",
    "uuid": 291575
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.1",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "pillar",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "base64enc",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Suggests"
    },
    {
      "package": "highr",
      "role": "Suggests"
    },
    {
      "package": "Cairo",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.1.5",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Enhances"
    },
    {
      "package": "tibble",
      "role": "Enhances"
    },
    {
      "package": "htmlwidgets",
      "role": "Enhances"
    },
    {
      "package": "vegalite",
      "role": "Enhances"
    },
    {
      "package": "plotly",
      "role": "Enhances"
    },
    {
      "package": "geojsonio",
      "role": "Enhances"
    }
  ],
  "_owner": "irkernel",
  "_selfowned": true,
  "_usedby": 49,
  "_updates": [
    {
      "week": "2025-30",
      "n": 2
    },
    {
      "week": "2025-31",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 54,
  "_contributors": [
    {
      "user": "flying-sheep",
      "count": 231,
      "uuid": 291575
    },
    {
      "user": "karldw",
      "count": 20,
      "uuid": 12504708
    },
    {
      "user": "takluyver",
      "count": 15,
      "uuid": 327925
    },
    {
      "user": "jankatins",
      "count": 11,
      "uuid": 890156
    },
    {
      "user": "cpsievert",
      "count": 8,
      "uuid": 1365941
    },
    {
      "user": "michaelchirico",
      "count": 3,
      "uuid": 7606389
    },
    {
      "user": "ramnathv",
      "count": 2,
      "uuid": 346288
    },
    {
      "user": "abielr",
      "count": 2,
      "uuid": 168236
    },
    {
      "user": "lyon-fnal",
      "count": 1,
      "uuid": 9458395
    },
    {
      "user": "alusiani",
      "count": 1,
      "uuid": 10101241
    },
    {
      "user": "daf",
      "count": 1,
      "uuid": 228715
    },
    {
      "user": "denilsonsa",
      "count": 1,
      "uuid": 121676
    },
    {
      "user": "fan-ix",
      "count": 1,
      "uuid": 61686936
    },
    {
      "user": "geraudster",
      "count": 1,
      "uuid": 191606
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "renkun-ken",
      "count": 1,
      "uuid": 4662568
    },
    {
      "user": "randy3k",
      "count": 1,
      "uuid": 1690993
    },
    {
      "user": "rvalieris",
      "count": 1,
      "uuid": 6310472
    },
    {
      "user": "wibeasley",
      "count": 1,
      "uuid": 1372890
    },
    {
      "user": "zknitter",
      "count": 1,
      "uuid": 45830562
    }
  ],
  "_userbio": {
    "uuid": 11616939,
    "type": "organization",
    "name": "IRkernel",
    "followers": 21,
    "description": "R kernel for Jupyter"
  },
  "_downloads": {
    "count": 58112,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/repr"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/irkernel/repr",
  "_searchresults": 3104,
  "_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/readme.html",
    "extra/readme.md",
    "extra/repr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/irkernel/repr",
  "_realowner": "irkernel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6",
      "date": "2016-05-06"
    },
    {
      "version": "0.7",
      "date": "2016-05-13"
    },
    {
      "version": "0.9",
      "date": "2016-07-24"
    },
    {
      "version": "0.10",
      "date": "2016-11-25"
    },
    {
      "version": "0.12.0",
      "date": "2017-04-07"
    },
    {
      "version": "0.13",
      "date": "2018-04-14"
    },
    {
      "version": "0.15.0",
      "date": "2018-05-18"
    },
    {
      "version": "0.17",
      "date": "2018-11-07"
    },
    {
      "version": "0.18",
      "date": "2018-11-27"
    },
    {
      "version": "0.19.1",
      "date": "2019-01-02"
    },
    {
      "version": "0.19.2",
      "date": "2019-02-06"
    },
    {
      "version": "1.0.0",
      "date": "2019-04-29"
    },
    {
      "version": "1.0.1",
      "date": "2019-05-14"
    },
    {
      "version": "1.0.2",
      "date": "2019-12-16"
    },
    {
      "version": "1.1.0",
      "date": "2020-01-28"
    },
    {
      "version": "1.1.3",
      "date": "2021-01-21"
    },
    {
      "version": "1.1.4",
      "date": "2022-01-04"
    },
    {
      "version": "1.1.5",
      "date": "2023-01-14"
    },
    {
      "version": "1.1.6",
      "date": "2023-01-27"
    },
    {
      "version": "1.1.7",
      "date": "2024-03-22"
    }
  ],
  "_exports": [
    "format2repr",
    "html_dependencies",
    "mime2repr",
    "repr",
    "repr_geojson",
    "repr_html",
    "repr_javascript",
    "repr_jpg",
    "repr_json",
    "repr_latex",
    "repr_markdown",
    "repr_option_defaults",
    "repr_pdf",
    "repr_plotly1",
    "repr_png",
    "repr_svg",
    "repr_text",
    "repr_vdom1",
    "repr_vega4",
    "repr_vega5",
    "repr_vegalite2",
    "repr_vegalite3",
    "repr_vegalite4"
  ],
  "_help": [
    {
      "page": "repr-package",
      "title": "The repr package",
      "topics": [
        "repr-package"
      ]
    },
    {
      "page": "times-2repr",
      "title": "Lists mapping mime types ('mime2repr') or format names ('format2repr') to 'repr' functions",
      "topics": [
        "*2repr",
        "format2repr",
        "mime2repr"
      ]
    },
    {
      "page": "repr",
      "title": "Dynamic representation",
      "topics": [
        "repr"
      ]
    },
    {
      "page": "repr_-times-.data.table",
      "title": "Representation of data.table objects",
      "topics": [
        "repr_*.data.table",
        "repr_html.data.table",
        "repr_latex.data.table",
        "repr_text.data.table"
      ]
    },
    {
      "page": "repr_-times-.factor",
      "title": "Representations of factors",
      "topics": [
        "repr_*.factor",
        "repr_html.factor",
        "repr_latex.factor",
        "repr_markdown.factor"
      ]
    },
    {
      "page": "repr_-times-.function",
      "title": "Representations of functions",
      "topics": [
        "repr_*.function",
        "repr_html.function",
        "repr_latex.function",
        "repr_markdown.function"
      ]
    },
    {
      "page": "repr_-times-.help_files_with_topic",
      "title": "Representations of help",
      "topics": [
        "repr_*.help_files_with_topic",
        "repr_html.help_files_with_topic",
        "repr_latex.help_files_with_topic",
        "repr_text.help_files_with_topic"
      ]
    },
    {
      "page": "repr_-times-.htmlwidget",
      "title": "HTML widget representations",
      "topics": [
        "html_dependencies",
        "repr_*.htmlwidget",
        "repr_*.shiny.tag",
        "repr_*.shiny.tag.list",
        "repr_html.htmlwidget",
        "repr_html.shiny.tag",
        "repr_html.shiny.tag.list",
        "repr_text.htmlwidget",
        "repr_text.shiny.tag",
        "repr_text.shiny.tag.list"
      ]
    },
    {
      "page": "repr_-times-.list",
      "title": "Representations of lists",
      "topics": [
        "repr_*.list",
        "repr_html.list",
        "repr_latex.list",
        "repr_markdown.list"
      ]
    },
    {
      "page": "repr_-times-.matrix-slash-data.frame",
      "title": "Tabular data representations",
      "topics": [
        "repr_*.matrix/data.frame",
        "repr_html.data.frame",
        "repr_html.matrix",
        "repr_latex.data.frame",
        "repr_latex.matrix",
        "repr_markdown.data.frame",
        "repr_markdown.matrix",
        "repr_text.data.frame",
        "repr_text.matrix"
      ]
    },
    {
      "page": "repr_-times-.packageIQR",
      "title": "packageIQR representations",
      "topics": [
        "repr_*.packageIQR",
        "repr_html.packageIQR",
        "repr_text.packageIQR"
      ]
    },
    {
      "page": "repr_-times-.recordedplot",
      "title": "Plot representations",
      "topics": [
        "repr_*.recordedplot",
        "repr_jpg.recordedplot",
        "repr_pdf.recordedplot",
        "repr_png.recordedplot",
        "repr_svg.recordedplot",
        "repr_text.recordedplot"
      ]
    },
    {
      "page": "repr_-times-.ts",
      "title": "Time series representations",
      "topics": [
        "repr_*.ts",
        "repr_html.ts",
        "repr_latex.ts",
        "repr_markdown.ts",
        "repr_text.ts"
      ]
    },
    {
      "page": "repr_-times-.vector",
      "title": "Representations of vectors",
      "topics": [
        "repr_*.vector",
        "repr_html.character",
        "repr_html.complex",
        "repr_html.Date",
        "repr_html.integer",
        "repr_html.logical",
        "repr_html.numeric",
        "repr_latex.character",
        "repr_latex.complex",
        "repr_latex.Date",
        "repr_latex.integer",
        "repr_latex.logical",
        "repr_latex.numeric",
        "repr_markdown.character",
        "repr_markdown.complex",
        "repr_markdown.Date",
        "repr_markdown.integer",
        "repr_markdown.logical",
        "repr_markdown.numeric"
      ]
    },
    {
      "page": "repr_geojson.-times",
      "title": "Representations of spatial objects: See geojson_list for supported classes.",
      "topics": [
        "repr_geojson.*",
        "repr_geojson.geo_list",
        "repr_geojson.sf",
        "repr_geojson.sfc",
        "repr_geojson.sfg",
        "repr_geojson.SpatialCollections",
        "repr_geojson.SpatialGrid",
        "repr_geojson.SpatialGridDataFrame",
        "repr_geojson.SpatialLines",
        "repr_geojson.SpatialLinesDataFrame",
        "repr_geojson.SpatialPixels",
        "repr_geojson.SpatialPixelsDataFrame",
        "repr_geojson.SpatialPoints",
        "repr_geojson.SpatialPointsDataFrame",
        "repr_geojson.SpatialPolygons",
        "repr_geojson.SpatialPolygonsDataFrame",
        "repr_geojson.SpatialRings",
        "repr_geojson.SpatialRingsDataFrame"
      ]
    },
    {
      "page": "repr_plotly1.-times",
      "title": "Representation as Plotly JSON.",
      "topics": [
        "repr_plotly1.*",
        "repr_plotly1.ggplot",
        "repr_plotly1.plotly"
      ]
    },
    {
      "page": "repr_text",
      "title": "Text representation",
      "topics": [
        "repr_text",
        "repr_text.default"
      ]
    },
    {
      "page": "repr_vega-times",
      "title": "Representation as 'vegalitev2' or 'vega4' JSON.",
      "topics": [
        "repr_vega*",
        "repr_vegalite2.vegalite"
      ]
    },
    {
      "page": "repr-generics",
      "title": "Representations for specific formats",
      "topics": [
        "repr-generics",
        "repr_geojson",
        "repr_geojson.default",
        "repr_html",
        "repr_html.default",
        "repr_javascript",
        "repr_javascript.default",
        "repr_jpg",
        "repr_jpg.default",
        "repr_json",
        "repr_json.default",
        "repr_latex",
        "repr_latex.default",
        "repr_markdown",
        "repr_markdown.default",
        "repr_pdf",
        "repr_pdf.default",
        "repr_plotly1",
        "repr_plotly1.default",
        "repr_png",
        "repr_png.default",
        "repr_svg",
        "repr_svg.default",
        "repr_vdom1",
        "repr_vdom1.default",
        "repr_vega4",
        "repr_vega4.default",
        "repr_vega5",
        "repr_vega5.default",
        "repr_vegalite2",
        "repr_vegalite2.default",
        "repr_vegalite3",
        "repr_vegalite3.default",
        "repr_vegalite4",
        "repr_vegalite4.default"
      ]
    },
    {
      "page": "repr-options",
      "title": "repr options",
      "topics": [
        "repr-options",
        "repr_option_defaults"
      ]
    }
  ],
  "_readme": "https://github.com/irkernel/repr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "cli",
    "digest",
    "fastmap",
    "glue",
    "htmltools",
    "jsonlite",
    "lifecycle",
    "pillar",
    "rlang",
    "utf8",
    "vctrs"
  ],
  "_score": 12.456928625326249,
  "_indexed": true,
  "_nocasepkg": "repr",
  "_universes": [
    "irkernel",
    "flying-sheep"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-06-23T09:17:53.000Z",
      "distro": "noble",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/734959a51b13787424c02e7074aec23b69420631dfc7473067b99cafdefd1452",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-06-23T09:17:36.000Z",
      "distro": "noble",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/ed63b1972293124a982eaea19869329728d77e6fa71a74b0968c0520d5e862d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-06-23T09:16:29.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/134e5c846efbe9c4fca000de72353c53090b9ec947732ae8abb08717ba1451ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-06-23T09:16:36.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/e99afb2e5035c9a76299304d01a9e40f8cb05e6d445ba02f5e663861064a3214",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.7",
      "date": "2026-06-23T09:17:11.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/ffb34f3323098dea8afff389e435db892e00ce96822ec8bd65ea45c7d92b17c7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-06-23T09:16:16.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/ce03a0e9cf951bbd5ddbc79849e0e71f0cd4bb85e03550410339063f59af1bb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-06-23T09:16:02.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/1748b1f9470cc4719cfb700a2cfc9fc9d5b371e6bfc0049b1f5a996b85f654a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-06-23T09:16:11.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "https://r2.ropensci.org/d4fe0dd6670273c7192435105c6ce367d08a0aeaaff6d93c679250ef43b802c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/28015393530"
    }
  ]
}