{
  "_id": "6a12c417acfb0bcc41d1ec82",
  "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-05-24 09:22:13 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]",
  "MD5sum": "41283489d8663e67955032da19dbd465",
  "_user": "irkernel",
  "_type": "src",
  "_file": "repr_1.1.7.tar.gz",
  "_fileid": "73c4e5951c5c05f1e4095159f454941f11709d6047bd92ac24bcfd9ec3e9ad97",
  "_filesize": 171663,
  "_sha256": "73c4e5951c5c05f1e4095159f454941f11709d6047bd92ac24bcfd9ec3e9ad97",
  "_created": "2026-05-24T09:22:13.000Z",
  "_published": "2026-05-24T09:25:43.338Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77586715097,
      "time": 176,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184006573"
    },
    {
      "job": 77586715095,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184003152"
    },
    {
      "job": 77586715079,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184000382"
    },
    {
      "job": 77586715083,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184000752"
    },
    {
      "job": 77586563512,
      "time": 155,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183989039"
    },
    {
      "job": 77586715093,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184000634"
    },
    {
      "job": 77586715111,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183999623"
    },
    {
      "job": 77586715108,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183998415"
    },
    {
      "job": 77586715122,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183999263"
    }
  ],
  "_buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 47,
  "_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",
    "description": "R kernel for Jupyter"
  },
  "_downloads": {
    "count": 70435,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/repr"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/irkernel/repr",
  "_searchresults": 3152,
  "_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.529017595897884,
  "_indexed": true,
  "_nocasepkg": "repr",
  "_universes": [
    "irkernel",
    "flying-sheep"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-05-24T09:25:03.000Z",
      "distro": "noble",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "0af30ef5513793426c5c77bab571b449c430b0e2e800f1c218a735fa54ef8444",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-05-24T09:24:31.000Z",
      "distro": "noble",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "aa043f9ba6c37bd6866718fae4e7640504743af714391ac0a0d08da202f07796",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-05-24T09:24:09.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "afe9c1a7283d4382fc9c3733111b18e342e2b6f4ca2c24c05794712c163dd2ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-05-24T09:24:09.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "4d3e645b8e4efa6e5349cca47e7eabf888ffa60199fa8ab4a953020f7a2724ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.7",
      "date": "2026-05-24T09:24:22.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "e245d0a59b50ce555afe4affd407d4e9cfde034fb382a72c07fe946c2b184ccc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-05-24T09:23:47.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "f283472c5f970c6ba06a803223a5d3178acd19ee5a6f482c673b792681c2d9c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-05-24T09:23:34.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "56bdb30c2b43648457bb19caaa1d19cfd6eda8d5a207cedbb2b9fde449bdab4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-05-24T09:23:37.000Z",
      "commit": "826281bc655f2cec4601a2d7aee3f63f76af97ec",
      "fileid": "66d8c9ce5bc6a6a478c135e8ce1e0eb21376d1152ce24d33e5b25f11822f343f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irkernel/actions/runs/26357397138"
    }
  ]
}