{
  "_id": "6a1ef933b401979e73417faa",
  "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-05-19 05:47:05 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>",
  "MD5sum": "67ae65529dc1aaee0440af271a17005c",
  "_user": "arkraieski",
  "_type": "src",
  "_file": "plotjs_0.3.0.tar.gz",
  "_fileid": "79fdc378604bb6c4d7c345ac6b4dfa7abd1fd81375ee57f12d3a1e812e9264de",
  "_filesize": 338971,
  "_sha256": "79fdc378604bb6c4d7c345ac6b4dfa7abd1fd81375ee57f12d3a1e812e9264de",
  "_created": "2026-05-19T05:47:05.000Z",
  "_published": "2026-06-02T15:39:31.706Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79110460574,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075819364"
    },
    {
      "job": 79110460388,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075824964"
    },
    {
      "job": 79110460846,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075815116"
    },
    {
      "job": 79110460454,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075811153"
    },
    {
      "job": 79110459458,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075790511"
    },
    {
      "job": 79110459229,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362543783"
    },
    {
      "job": 79110460754,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075810344"
    },
    {
      "job": 79110461204,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075808326"
    },
    {
      "job": 79110460465,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075814476"
    }
  ],
  "_buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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",
    "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": 7,
  "_rbuild": "4.6.0",
  "_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-05-19T05:49:22.000Z",
      "distro": "noble",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "71bf81ff89d7cfdf20a97455a2ed80fcbf5eb01f5213431915f9d507a670fc67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-19T05:49:49.000Z",
      "distro": "noble",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "f4d3f4e250ac9d25c57ede688d3be54045db7987207ce367e53b4accdb8bbb3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-19T05:49:03.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "8e228234680957e411a315b3be10d7b76e5afef0740f755213efd21f72c63d0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-19T05:48:45.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "c26b68b3d6bf9ddefb54438dca86f4856a61fa0f2ecd83941a0e7d191cec013f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-19T05:48:33.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "68cee67f8ed1193572337187892015d3feb1e5752d66023730ec51f78a552536",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-19T05:48:23.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "e61bc7b20449c7c934a192745922c8b24e2c82a1bfe40147fa998f3ca23331f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-19T05:48:34.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "a2461e077f886581fb1e174b6af311f3f57486b3b89e5cfc71205493a6a5c8d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-06-02T15:39:08.000Z",
      "commit": "1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240",
      "fileid": "2b7e555d9e05145c6498094559740c762e5168abb5825af9fba72e0a8fa3ad3a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/26078728835"
    }
  ]
}