{
  "_id": "6a635073aecbde9870bb230a",
  "Package": "latexsvg",
  "Type": "Package",
  "Title": "What the Package Does (Title Case)",
  "Version": "0.1.0",
  "Author": "Who wrote it",
  "Maintainer": "The package maintainer <yourself@somewhere.net>",
  "Description": "More about what it does (maybe more than one line) Use\nfour spaces when indenting paragraphs within the Description.",
  "License": "What license is it under?",
  "Encoding": "UTF-8",
  "RoxygenNote": "5.0.0",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://skranz.r-universe.dev",
  "Date/Publication": "2017-09-16 15:30:51 UTC",
  "RemoteUrl": "https://github.com/skranz/latexsvg",
  "RemoteRef": "master",
  "RemoteSha": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-24 10:48:51 UTC",
    "User": "root"
  },
  "_user": "skranz",
  "_type": "src",
  "_file": "latexsvg_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/84898d31a314b716faaae8c3b204f00b165303eaba9c0f9709b250e8139ee538",
  "_filesize": 1650650,
  "_sha256": "84898d31a314b716faaae8c3b204f00b165303eaba9c0f9709b250e8139ee538",
  "_expires": "2026-11-01T11:45:53.000Z",
  "_created": "2026-07-24T10:48:51.000Z",
  "_published": "2026-07-24T11:45:55.362Z",
  "_jobs": [
    {
      "job": 89462961351,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8594349816"
    },
    {
      "job": 89462961350,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8594348846"
    },
    {
      "job": 89462961384,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8595530488"
    },
    {
      "job": 89462961340,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8595520263"
    },
    {
      "job": 89462318507,
      "time": 202,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8594297338"
    },
    {
      "job": 89462961333,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8594350454"
    },
    {
      "job": 89462961325,
      "time": 102,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8594339263"
    },
    {
      "job": 89462961376,
      "time": 68,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8594325787"
    },
    {
      "job": 89462961326,
      "time": 91,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8594334642"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389",
  "_status": "success",
  "_upstream": "https://github.com/skranz/latexsvg",
  "_commit": {
    "id": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
    "author": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
    "committer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
    "message": "create standalone svg\n\nneed to replace xlink:href by href for standalone svg to work\n",
    "time": 1505575851
  },
  "_maintainer": {
    "name": "The package maintainer",
    "email": "yourself@somewhere.net"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "shinyEvents",
      "role": "Depends"
    },
    {
      "package": "stringtools",
      "role": "Depends"
    }
  ],
  "_owner": "skranz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "skranz",
      "count": 5,
      "uuid": 1413022
    }
  ],
  "_userbio": {
    "uuid": 1413022,
    "type": "user",
    "name": "Sebastian Kranz",
    "followers": 216
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/latexsvg"
  },
  "_devurl": "https://github.com/skranz/latexsvg",
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/latexsvg.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "example.latexsvg",
    "latexsvg",
    "pdf2svg"
  ],
  "_help": [
    {
      "page": "latexsvg",
      "title": "Takes the code of an svg file that has <text> blocks with latex math E.g. <text>\\(x^2\\)</text> Renders the latex via MathJax and inlines it into the svg. The function briefly starts a shinyapp since the transformation needs MathJax to be run in the browser. Will work in the RStudio viewer and in Firefox. Does not seem to work in Chrome.",
      "topics": [
        "latexsvg"
      ]
    },
    {
      "page": "pdf2svg",
      "title": "A function that converts a graphic in PDF format to an svg file and saves the svg file in the same directory as the pdf file Needs inkscape and the path to it binary",
      "topics": [
        "pdf2svg"
      ]
    }
  ],
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "digest",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "restorepoint",
    "rlang",
    "sass",
    "shiny",
    "shinyEvents",
    "sourcetools",
    "stringi",
    "stringr",
    "stringtools",
    "vctrs",
    "withr",
    "xtable"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "latexsvg",
  "_universes": [
    "skranz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-24T10:51:02.000Z",
      "distro": "resolute",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/43d7438f185508807d7e42ed50493b29af3fe138ad42b43b4b7f5188ab666f18",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-24T10:51:00.000Z",
      "distro": "resolute",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/a190ecf432aad4d8cabee88a9c5125e2fc251d9f083cb4277af1dfcd99fa0cf5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-24T11:45:17.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/a121608f8c184deb7eb5ea7c7e550497253f75ce008e06c7a62d2b12fca72180",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-24T11:44:41.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/04b25717bad937ffab129ffa5bae1265987b7b03822dde3fe8e364f1fe6d2add",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-24T10:51:16.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/25e644e276ad8ed40a785a471765580d2d2326a96b813d4d7228302463904607",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-24T10:50:27.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/682902b7273c0f42256fa48d74fd923be239068d8b57753f28a4a30db1ea7ed2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-24T10:49:57.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/c25a4df6768b9b1742b84e97f5c6562a905ec358ab2a294d6603c227e43d63f9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-24T10:50:15.000Z",
      "commit": "f8cc87b41a84fc5a7ca42b2978afdb69368ec785",
      "fileid": "https://r2.ropensci.org/dd411f99eab198f9f5f19e1b00b9de9257d62b01a6634d2c04e5c70ed3d95fd0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/30087264389"
    }
  ]
}