{
  "_id": "6a3128563efcd9bda435e4cc",
  "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-06-16 10:38:38 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>",
  "MD5sum": "e0d3a8e2b6704560e528d875ca7a8af6",
  "_user": "trevorld",
  "_type": "src",
  "_file": "dee_0.1.0-29.tar.gz",
  "_fileid": "10e9255e644ec2049f069c9cf57d2f7a8d2115f0097fa11cea8e4bebdcc42e0d",
  "_filesize": 185307,
  "_sha256": "10e9255e644ec2049f069c9cf57d2f7a8d2115f0097fa11cea8e4bebdcc42e0d",
  "_created": "2026-06-16T10:38:38.000Z",
  "_published": "2026-06-16T10:41:26.596Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81637560566,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7664391666"
    },
    {
      "job": 81637560525,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664389882"
    },
    {
      "job": 81637560579,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7664380802"
    },
    {
      "job": 81637560820,
      "time": 81,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664369206"
    },
    {
      "job": 81637064040,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664340102"
    },
    {
      "job": 81637560577,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664382094"
    },
    {
      "job": 81637560724,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7664380533"
    },
    {
      "job": 81637560584,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7664368899"
    },
    {
      "job": 81637560571,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664376488"
    }
  ],
  "_buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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-28",
      "n": 2
    },
    {
      "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": 77,
    "description": "Studies electricity markets"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dee"
  },
  "_devurl": "https://github.com/trevorld/dee",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_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.322219294733919,
  "_indexed": true,
  "_nocasepkg": "dee",
  "_universes": [
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:56.000Z",
      "distro": "noble",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "1ccca0ee8c54e286f270098e256889f2d50665085f15528253430e9091cd421c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:51.000Z",
      "distro": "noble",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "60c36fb659005dd3eeff05444853e0b726922918727a5bd69a45d0ccbc051456",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:31.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "fce9b49e8528a0a00593d4b1065c97121ec28f6a3a3963298d381de126796b88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:00.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "431e425a52603e7fe865542779683d6a9846f342ef8cc0630860c541e0653807",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:47.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "73288201498b183c97803a8c66bcf9c6acde6e77b4904308458c0585da9e725c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:18.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "e451a0bd02e840c947a9fbc57c1c55e924b4d0a9a27cf1ff65db572620223cbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:39:53.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "f1672a3986eb00e37473680d4efb14111e0774ae6126210bbc77f32e49d50b32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0-29",
      "date": "2026-06-16T10:40:04.000Z",
      "commit": "7402cddf0cbf3a1dee998737ca1237115dfb2686",
      "fileid": "2ea276c11fc0a827295d674fc7fc5ef412645603b7bba432b79d14319b47aa58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/27611575934"
    }
  ]
}