{
  "_id": "6a588f72ff0138dec5d7517c",
  "Package": "dee",
  "Type": "Package",
  "Title": "Tools to Construct SVG Path 'd' Attributes",
  "Version": "0.1.0-29",
  "Authors@R": "c(person(\"Trevor L.\", \"Davis\", role=c(\"aut\", \"cre\"),\nemail=\"trevor.l.davis@gmail.com\",\ncomment = c(ORCID = \"0000-0001-6341-4639\")))",
  "URL": "https://github.com/trevorld/dee,\nhttps://trevorldavis.com/R/dee/dev/",
  "BugReports": "https://github.com/trevorld/dee/issues",
  "Description": "Provides helper functions to construct the SVG path 'd'\n<https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/d>\nattribute string. Supports all standard SVG path commands\nincluding 'moveto', 'lineto', 'closepath', quadratic and cubic\nBézier curves, and elliptical arc curves. Also provides\nconvenience wrappers for common shapes such as arcs, circles,\nellipses, polygons, slashes, and stars. Coordinates may be\nsupplied as numeric vectors or as 'affiner' coordinate objects\nand an option is available to automatically round them to a\ntarget number of decimal places for more compact svg strings.\nAn option is also available to use a bottom-left origin (as is\nconventional in R graphics) rather than the top-left origin\nused by SVG.",
  "Additional_repositories": "https://trevorld.r-universe.dev",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://trevorld.r-universe.dev",
  "Date/Publication": "2026-05-15 21:28:56 UTC",
  "RemoteUrl": "https://github.com/trevorld/dee",
  "RemoteRef": "HEAD",
  "RemoteSha": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-16 07:55:26 UTC",
    "User": "root"
  },
  "Author": "Trevor L. Davis [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6341-4639>)",
  "Maintainer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
  "_user": "trevorld",
  "_type": "src",
  "_file": "dee_0.1.0-29.tar.gz",
  "_fileid": "https://r2.ropensci.org/65299a836efa0b6f54da6dd93a87c8a9ad77fefc5cb84b23ded8662df1798b77",
  "_filesize": 185322,
  "_sha256": "65299a836efa0b6f54da6dd93a87c8a9ad77fefc5cb84b23ded8662df1798b77",
  "_expires": "2026-10-24T07:59:44.000Z",
  "_created": "2026-07-16T07:55:26.000Z",
  "_published": "2026-07-16T07:59:46.451Z",
  "_jobs": [
    {
      "job": 87566426980,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8368760659"
    },
    {
      "job": 87566427024,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8368757083"
    },
    {
      "job": 87566426923,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8368755640"
    },
    {
      "job": 87566427047,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8368792863"
    },
    {
      "job": 87565861902,
      "time": 180,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8368706400"
    },
    {
      "job": 87566426954,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8368755060"
    },
    {
      "job": 87566426999,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8368754105"
    },
    {
      "job": 87566427051,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8368735685"
    },
    {
      "job": 87566427035,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8368736403"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629",
  "_status": "success",
  "_upstream": "https://github.com/trevorld/dee",
  "_commit": {
    "id": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
    "author": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "committer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "message": "fix: Scale plot.dee() grob to NPC and preserve SVG aspect ratio\n\nScale grob coordinates to NPC units and push a viewport sized with snpc\nunits so the SVG aspect ratio is preserved on non-square devices.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n",
    "time": 1778880536
  },
  "_maintainer": {
    "name": "Trevor L. Davis",
    "email": "trevor.l.davis@gmail.com",
    "login": "trevorld",
    "description": "Studies electricity markets",
    "uuid": 2433259,
    "orcid": "0000-0001-6341-4639"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "affiner",
      "version": ">= 0.3.1",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Suggests"
    },
    {
      "package": "nanosvgr",
      "role": "Suggests"
    },
    {
      "package": "omsvg",
      "role": "Suggests"
    },
    {
      "package": "polyclip",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "trevorld",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-29",
      "n": 14
    },
    {
      "week": "2025-30",
      "n": 3
    },
    {
      "week": "2025-31",
      "n": 6
    },
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 8
    },
    {
      "week": "2026-06",
      "n": 3
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 3
    },
    {
      "week": "2026-11",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "trevorld",
      "count": 52,
      "uuid": 2433259
    }
  ],
  "_userbio": {
    "uuid": 2433259,
    "type": "user",
    "name": "Trevor L. Davis",
    "followers": 79,
    "description": "Studies electricity markets"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dee"
  },
  "_devurl": "https://github.com/trevorld/dee",
  "_pkgdown": "https://trevorldavis.com/R/dee/dev/",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dee.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "A",
    "aa",
    "as_omsvg",
    "az",
    "AZ",
    "C",
    "cc",
    "cz",
    "CZ",
    "d_aabb",
    "d_arc1",
    "d_arc12",
    "d_arc123",
    "d_arc2",
    "d_arc23",
    "d_arc234",
    "d_arc3",
    "d_arc34",
    "d_arc341",
    "d_arc4",
    "d_arc41",
    "d_arc412",
    "d_bslash",
    "d_circle",
    "d_ellipse",
    "d_fslash",
    "d_isotoxal_2ngon",
    "d_polygon",
    "d_rect",
    "d_regular_ngon",
    "d_star",
    "dee",
    "dee_options",
    "H",
    "height_slash_left",
    "height_slash_right",
    "hh",
    "hz",
    "HZ",
    "L",
    "ll",
    "lz",
    "LZ",
    "M",
    "mm",
    "mz",
    "MZ",
    "Q",
    "qq",
    "qz",
    "QZ",
    "S",
    "ss",
    "sz",
    "SZ",
    "T",
    "tt",
    "tz",
    "TZ",
    "V",
    "vv",
    "vz",
    "VZ",
    "width_slash_left",
    "width_slash_right",
    "x_ellipse_left",
    "x_ellipse_right",
    "y_ellipse_bottom",
    "y_ellipse_top",
    "Z",
    "zz"
  ],
  "_help": [
    {
      "page": "A",
      "title": "The elliptical arc curve commands",
      "topics": [
        "A",
        "aa",
        "AZ",
        "az"
      ]
    },
    {
      "page": "as_omsvg",
      "title": "Convert to an 'omsvg' \"svg\" class object",
      "topics": [
        "as_omsvg"
      ]
    },
    {
      "page": "C",
      "title": "The cubic Bézier curve commands",
      "topics": [
        "C",
        "cc",
        "CZ",
        "cz",
        "S",
        "ss",
        "SZ",
        "sz"
      ]
    },
    {
      "page": "d_aabb",
      "title": "Axis-aligned bounding box convenience wrapper",
      "topics": [
        "d_aabb"
      ]
    },
    {
      "page": "d_arc",
      "title": "Elliptical arc path convenience wrapper",
      "topics": [
        "d_arc1",
        "d_arc12",
        "d_arc123",
        "d_arc2",
        "d_arc23",
        "d_arc234",
        "d_arc3",
        "d_arc34",
        "d_arc341",
        "d_arc4",
        "d_arc41",
        "d_arc412"
      ]
    },
    {
      "page": "d_ellipse",
      "title": "Ellipse path convenience wrapper",
      "topics": [
        "d_circle",
        "d_ellipse"
      ]
    },
    {
      "page": "d_fslash",
      "title": "Forward/backward slash path convenience wrapper",
      "topics": [
        "d_bslash",
        "d_fslash"
      ]
    },
    {
      "page": "d_isotoxal_2ngon",
      "title": "Isotoxal 2n-gon path convenience wrapper",
      "topics": [
        "d_isotoxal_2ngon",
        "d_star"
      ]
    },
    {
      "page": "d_polygon",
      "title": "Polygon path convenience wrapper",
      "topics": [
        "d_polygon"
      ]
    },
    {
      "page": "d_rect",
      "title": "Rectangle path convenience wrapper",
      "topics": [
        "d_rect"
      ]
    },
    {
      "page": "d_regular_ngon",
      "title": "Regular 'n'-gon path convenience wrapper",
      "topics": [
        "d_regular_ngon"
      ]
    },
    {
      "page": "dee",
      "title": "Build an object of class \"dee\"",
      "topics": [
        "dee"
      ]
    },
    {
      "page": "dee_options",
      "title": "Get dee options",
      "topics": [
        "dee_options"
      ]
    },
    {
      "page": "height_slash_left",
      "title": "Height/width of slash ends",
      "topics": [
        "height_slash_left",
        "height_slash_right",
        "width_slash_left",
        "width_slash_right"
      ]
    },
    {
      "page": "L",
      "title": "The \"lineto\" commands",
      "topics": [
        "H",
        "hh",
        "HZ",
        "hz",
        "L",
        "ll",
        "LZ",
        "lz",
        "V",
        "vv",
        "VZ",
        "vz"
      ]
    },
    {
      "page": "M",
      "title": "The \"moveto\" commands",
      "topics": [
        "M",
        "mm",
        "MZ",
        "mz"
      ]
    },
    {
      "page": "plot.dee",
      "title": "Plot an object of class \"dee\"",
      "topics": [
        "plot.dee"
      ]
    },
    {
      "page": "Q",
      "title": "The quadratic Bézier curve commands",
      "topics": [
        "Q",
        "qq",
        "QZ",
        "qz",
        "T",
        "tt",
        "TZ",
        "tz"
      ]
    },
    {
      "page": "x_ellipse_left",
      "title": "Find ellipse coordinate",
      "topics": [
        "x_ellipse_left",
        "x_ellipse_right",
        "y_ellipse_bottom",
        "y_ellipse_top"
      ]
    },
    {
      "page": "Z",
      "title": "The \"closepath\" commands",
      "topics": [
        "Z",
        "zz"
      ]
    }
  ],
  "_readme": "https://github.com/trevorld/dee/raw/HEAD/README.md",
  "_rundeps": [
    "affiner",
    "R6",
    "rlang"
  ],
  "_score": 3.290034611362518,
  "_indexed": true,
  "_nocasepkg": "dee",
  "_universes": [
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:57:45.000Z",
      "distro": "resolute",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/a8ecb5ae6aa2b309a63cddbe6210bbcb6c751927d83166f1231e9cff511def11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:57:37.000Z",
      "distro": "resolute",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/e436ca38bc07e97bc1bf7d8df5f98a7d2ff4d4e6fab8cdcd2f525a4bb69da839",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:57:31.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/aaab9ed24cc4931160c15bafdd84ac722f817687d054f785eceba9bf764db0ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:59:12.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/db77eed5ad7e4aa8f6ea21a26b645d40c577f8bf26ab1cae1f84543ee4e8642a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:57:46.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/02d39181fd94136a0db0d97d9958a4105ec5795870dc3dfa2a57d1f1c1b1ccaf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:57:17.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/8c5a76f3a99f2e4db31ecb38464c3aa22a48c1dcd3afba59215e560284dde51e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:56:37.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/0fc1648e94315ec1b9458ef16812810449d4bfb2ef44b13b025f20e798fb83bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-07-16T07:56:43.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "https://r2.ropensci.org/48a6a8ab26a53183683c476ab759a4488a9eb957703da1fe31da904585bf3257",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/29481410629"
    }
  ]
}