{
  "_id": "6a5b38329baadeef8ab4cb96",
  "Package": "plotjs",
  "Type": "Package",
  "Title": "An R 'graphics'-like Interface to 'Chart.js'",
  "Authors@R": "c(person(\"Alex\", \"Kraieski\", email = \"arkraieski@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\"R Core team\", role = \"ctb\",\ncomment = \"Some code and examples extracted from base R 'plot()' methods\"))",
  "Version": "0.3.0",
  "Description": "A continuation of the author's earlier 'c3plot' project,\ncreate interactive plots with the 'Chart.js'\n<https://www.chartjs.org/> charting library using an interface\nmodeled after that of base graphics. The main plotjs() function\nis an S3 generic with methods for various R objects that work\nsimilarly to their equivalent plot() methods. These plots can\nbe embedded into 'Shiny' web applications or 'R Markdown'\ndocuments or displayed within the 'RStudio' 'Viewer' pane.",
  "License": "GPL (>= 3)",
  "URL": "https://arkraieski.github.io/plotjs/,\nhttps://github.com/arkraieski/plotjs",
  "BugReports": "https://github.com/arkraieski/plotjs/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://arkraieski.r-universe.dev",
  "Date/Publication": "2026-04-19 01:43:10 UTC",
  "RemoteUrl": "https://github.com/arkraieski/plotjs",
  "RemoteRef": "HEAD",
  "RemoteSha": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-18 08:20:34 UTC",
    "User": "root"
  },
  "Author": "Alex Kraieski [aut, cre],\nR Core team [ctb] (Some code and examples extracted from base R\n'plot()' methods)",
  "Maintainer": "Alex Kraieski <arkraieski@gmail.com>",
  "_user": "arkraieski",
  "_type": "src",
  "_file": "plotjs_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/84234204f8b505506a35d9cdcec5e9d64ee92a32f08294ec72e1e256a4462fe0",
  "_filesize": 339081,
  "_sha256": "84234204f8b505506a35d9cdcec5e9d64ee92a32f08294ec72e1e256a4462fe0",
  "_expires": "2026-10-26T08:24:17.000Z",
  "_created": "2026-07-18T08:20:34.000Z",
  "_published": "2026-07-18T08:24:18.841Z",
  "_jobs": [
    {
      "job": 88061758422,
      "time": 192,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427521474"
    },
    {
      "job": 88061758441,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427514421"
    },
    {
      "job": 88061758427,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427506721"
    },
    {
      "job": 88061758439,
      "time": 75,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427506652"
    },
    {
      "job": 88061534529,
      "time": 186,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427496244"
    },
    {
      "job": 88061758424,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8427511952"
    },
    {
      "job": 88061758436,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427505689"
    },
    {
      "job": 88061758428,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427506783"
    },
    {
      "job": 88061758431,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427507203"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633",
  "_status": "success",
  "_upstream": "https://github.com/arkraieski/plotjs",
  "_commit": {
    "id": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
    "author": "Alexander Kraieski <arkraieski@gmail.com>",
    "committer": "Alexander Kraieski <arkraieski@gmail.com>",
    "message": "improve testing\n",
    "time": 1776562990
  },
  "_maintainer": {
    "name": "Alex Kraieski",
    "email": "arkraieski@gmail.com",
    "login": "arkraieski",
    "description": "I like developing R packages and web services",
    "uuid": 46736643
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "htmlwidgets",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "gapminder",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "arkraieski",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 10
    },
    {
      "week": "2026-13",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 3
    },
    {
      "week": "2026-16",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "arkraieski",
      "count": 73,
      "uuid": 46736643
    }
  ],
  "_userbio": {
    "uuid": 46736643,
    "type": "user",
    "name": "Alex Kraieski",
    "followers": 4,
    "description": "I like developing R packages and web services"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/plotjs"
  },
  "_devurl": "https://github.com/arkraieski/plotjs",
  "_pkgdown": "https://arkraieski.github.io/plotjs/",
  "_searchresults": 10,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/plotjs.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "jsbarplot",
    "jsbarplotOutput",
    "jspie",
    "jspieOutput",
    "plotjs",
    "plotjsOutput",
    "renderJsbarplot",
    "renderJspie",
    "renderPlotjs"
  ],
  "_help": [
    {
      "page": "jsbarplot",
      "title": "plotjs Bar Plots",
      "topics": [
        "jsbarplot"
      ]
    },
    {
      "page": "jsbarplot-shiny",
      "title": "Shiny bindings for jsbarplot",
      "topics": [
        "jsbarplot-shiny",
        "jsbarplotOutput",
        "renderJsbarplot"
      ]
    },
    {
      "page": "jspie",
      "title": "plotjs Pie Charts",
      "topics": [
        "jspie"
      ]
    },
    {
      "page": "jspie-shiny",
      "title": "Shiny bindings for jspie",
      "topics": [
        "jspie-shiny",
        "jspieOutput",
        "renderJspie"
      ]
    },
    {
      "page": "plotjs",
      "title": "Generic Plotting with 'Chart.js'",
      "topics": [
        "plotjs"
      ]
    },
    {
      "page": "plotjs-shiny",
      "title": "Shiny bindings for plotjs",
      "topics": [
        "plotjs-shiny",
        "plotjsOutput",
        "renderPlotjs"
      ]
    },
    {
      "page": "plotjs.default",
      "title": "The Default plotjs Scatterplot Function",
      "topics": [
        "plotjs.default"
      ]
    },
    {
      "page": "plotjs.density",
      "title": "plotjs Method for Kernel Density Estimation",
      "topics": [
        "plotjs.density"
      ]
    },
    {
      "page": "plotjs.factor",
      "title": "Factor Variable Bar Plots",
      "topics": [
        "plotjs.factor"
      ]
    },
    {
      "page": "plotjs.function",
      "title": "Draw Function Plots with 'Chart.js'",
      "topics": [
        "plotjs.function"
      ]
    },
    {
      "page": "plotjs.lm",
      "title": "plotjs Diagnostics for an lm Object",
      "topics": [
        "plotjs.lm"
      ]
    }
  ],
  "_readme": "https://github.com/arkraieski/plotjs/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "htmlwidgets",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lifecycle",
    "memoise",
    "mime",
    "R6",
    "rappdirs",
    "rlang",
    "rmarkdown",
    "sass",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "plotjs-getting-started.Rmd",
      "filename": "plotjs-getting-started.html",
      "title": "Getting Started with plotjs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basic Scatter Plots",
        "Title and Axis Labels",
        "Line plots",
        "Color",
        "Pie charts",
        "S3 methods",
        "Bar charts",
        "Accessibility",
        "Conclusion"
      ],
      "created": "2026-03-14 05:14:50",
      "modified": "2026-04-18 02:26:42",
      "commits": 4
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "plotjs",
  "_universes": [
    "arkraieski"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-18T08:23:44.000Z",
      "distro": "resolute",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/3f21d064131445c611eaa70d3d5f1a3eb73b0cf656188eac42ba4f73c167d4ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-18T08:22:50.000Z",
      "distro": "resolute",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/5cb640669e48ead18428f6341c2cf10c3291605211bddd6203b9126f2e6f390d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-18T08:21:54.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/72c8a0189e736fe135685eee07d919a21c3983c4e13cb972ceebe020ef4c8434",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-18T08:21:53.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/142dc3c5863a8863ea86ffdbaccbb3837f8fb4e88b25a2022fb7306d305c1331",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-18T08:22:45.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/74a3973797064ff68f63794a70465ced52c5fbb87f0f78d62bf642dfd05f3670",
      "status": "success",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T08:21:38.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/496b7be2aa0999ae2ef59b4b7aa9ce918c6d8b6b97053a409161343da64d21b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T08:21:46.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/d01675f4ebee4e82a645e9676609a4b191f962b16082c19ea8b9b04e27cee928",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T08:21:48.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "https://r2.ropensci.org/aebe10c0fab3646e8d75a0dd2d249f4d9c094531514e1475d294f2b4afb3f2b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29637203633"
    }
  ]
}