{
  "_id": "6a59f84209eb0996dd68ffc7",
  "Package": "jsplyr",
  "Title": "Manipulate 'JSON' Data in the Browser with a 'dplyr' Interface",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Maciej\", \"Banas\", , \"banasmaciek@gmail.com\", role = c(\"cre\", \"aut\")),\nperson(\"Krystian\", \"Igras\", , \"krystian8207@gmail.com\", role = \"aut\")\n)",
  "Description": "A 'dplyr' backend for 'shiny' applications that\nmanipulates 'JSON' data in the web browser instead of on the\nserver. Data manipulation verbs such as filter, select, mutate,\nsummarise, arrange, and joins are evaluated lazily and\ntranslated into 'JavaScript' operations that run client-side,\nfollowing the lazy evaluation approach of 'dbplyr' but\ngenerating 'JavaScript' rather than 'SQL'. Results are returned\nto R asynchronously as promises. This keeps data wrangling\nresponsive for large data frames by offloading the work to the\nclient.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-world-devs/jsplyr,\nhttps://r-world-devs.github.io/jsplyr/",
  "BugReports": "https://github.com/r-world-devs/jsplyr/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://r-world-devs.r-universe.dev",
  "Date/Publication": "2026-07-17 07:56:53 UTC",
  "RemoteUrl": "https://github.com/r-world-devs/jsplyr",
  "RemoteRef": "HEAD",
  "RemoteSha": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 09:35:24 UTC",
    "User": "root"
  },
  "Author": "Maciej Banas [cre, aut],\nKrystian Igras [aut]",
  "Maintainer": "Maciej Banas <banasmaciek@gmail.com>",
  "_user": "r-world-devs",
  "_type": "src",
  "_file": "jsplyr_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/666aece66c18a0bf3d29bed2cca83afaad82dd8ed1a8395fae24f754775343d5",
  "_filesize": 244793,
  "_sha256": "666aece66c18a0bf3d29bed2cca83afaad82dd8ed1a8395fae24f754775343d5",
  "_expires": "2026-10-25T09:39:12.000Z",
  "_created": "2026-07-17T09:35:24.000Z",
  "_published": "2026-07-17T09:39:13.984Z",
  "_jobs": [
    {
      "job": 87852951857,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8402922329"
    },
    {
      "job": 87852951906,
      "time": 194,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402942426"
    },
    {
      "job": 87852951888,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8402894736"
    },
    {
      "job": 87852951872,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402898020"
    },
    {
      "job": 87852275778,
      "time": 202,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402861640"
    },
    {
      "job": 87852951901,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8402917260"
    },
    {
      "job": 87852951919,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8402898723"
    },
    {
      "job": 87852951934,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8402896359"
    },
    {
      "job": 87852951883,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402896364"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093",
  "_status": "success",
  "_upstream": "https://github.com/r-world-devs/jsplyr",
  "_commit": {
    "id": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
    "author": "Maciej Banaś <74212933+maciekbanas@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #14 from r-world-devs/mb/cran-downloads-badge\n\nPrepare CRAN release",
    "time": 1784275013
  },
  "_maintainer": {
    "name": "Maciej Banas",
    "email": "banasmaciek@gmail.com",
    "login": "maciekbanas",
    "description": "",
    "uuid": 74212933
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "promises",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "shinytest2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-world-devs",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-26",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 3
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-06-30"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "maciekbanas",
      "count": 26,
      "uuid": 74212933
    }
  ],
  "_userbio": {
    "uuid": 103638913,
    "type": "organization",
    "name": "r-world-devs",
    "followers": 12
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jsplyr"
  },
  "_devurl": "https://github.com/r-world-devs/jsplyr",
  "_pkgdown": "https://r-world-devs.github.io/jsplyr/",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/jsplyr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-world-devs/jsplyr",
  "_realowner": "r-world-devs",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-07-16"
    }
  ],
  "_exports": [
    "%...!%",
    "%...>%",
    "%...T>%",
    "include_jsplyr",
    "tbl_lazy_json"
  ],
  "_help": [
    {
      "page": "arrange",
      "title": "Arrange rows of 'JSON' data by column values.",
      "topics": [
        "arrange",
        "arrange.tbl_lazy_json"
      ]
    },
    {
      "page": "collect",
      "title": "Retrieve 'JSON' data from the browser.",
      "topics": [
        "collect",
        "collect.tbl_lazy_json"
      ]
    },
    {
      "page": "compute",
      "title": "Compute 'JSON' data in the browser.",
      "topics": [
        "compute",
        "compute.tbl_lazy_json"
      ]
    },
    {
      "page": "copy_to.ShinySession",
      "title": "Copy a local or remote data frame to the browser",
      "topics": [
        "copy_to.ShinySession"
      ]
    },
    {
      "page": "count",
      "title": "Count observations in 'JSON' data.",
      "topics": [
        "count",
        "count.tbl_lazy_json",
        "tally.tbl_lazy_json"
      ]
    },
    {
      "page": "distinct",
      "title": "Keep distinct records of 'JSON' data.",
      "topics": [
        "distinct",
        "distinct.tbl_lazy_json"
      ]
    },
    {
      "page": "filter",
      "title": "Add filter to 'JSON' data.",
      "topics": [
        "filter",
        "filter.tbl_lazy_json"
      ]
    },
    {
      "page": "group_by",
      "title": "Group 'JSON' data by one or more columns.",
      "topics": [
        "group_by",
        "group_by.tbl_lazy_json"
      ]
    },
    {
      "page": "include_jsplyr",
      "title": "Link JS code.",
      "topics": [
        "include_jsplyr"
      ]
    },
    {
      "page": "joins",
      "title": "Join two 'JSON' tables.",
      "topics": [
        "anti_join.tbl_lazy_json",
        "full_join.tbl_lazy_json",
        "inner_join.tbl_lazy_json",
        "joins",
        "left_join.tbl_lazy_json",
        "right_join.tbl_lazy_json",
        "semi_join.tbl_lazy_json"
      ]
    },
    {
      "page": "mutate",
      "title": "Add or modify columns in 'JSON' data.",
      "topics": [
        "mutate",
        "mutate.tbl_lazy_json"
      ]
    },
    {
      "page": "pull",
      "title": "Extract a single column from 'JSON' data as a vector.",
      "topics": [
        "pull",
        "pull.tbl_lazy_json"
      ]
    },
    {
      "page": "relocate",
      "title": "Change column order of 'JSON' data.",
      "topics": [
        "relocate",
        "relocate.tbl_lazy_json"
      ]
    },
    {
      "page": "rename",
      "title": "Rename columns of 'JSON' data.",
      "topics": [
        "rename",
        "rename.tbl_lazy_json"
      ]
    },
    {
      "page": "select",
      "title": "Select columns from 'JSON' data.",
      "topics": [
        "select",
        "select.tbl_lazy_json"
      ]
    },
    {
      "page": "show_query",
      "title": "Present computation steps.",
      "topics": [
        "show_query",
        "show_query.tbl_lazy_json"
      ]
    },
    {
      "page": "slice",
      "title": "Select rows of 'JSON' data by position.",
      "topics": [
        "slice",
        "slice.tbl_lazy_json",
        "slice_head.tbl_lazy_json",
        "slice_max.tbl_lazy_json",
        "slice_min.tbl_lazy_json",
        "slice_tail.tbl_lazy_json"
      ]
    },
    {
      "page": "summarise",
      "title": "Summarise 'JSON' data.",
      "topics": [
        "summarise",
        "summarise.tbl_lazy_json"
      ]
    },
    {
      "page": "tbl_lazy_json",
      "title": "Create a lazy JSON tbl",
      "topics": [
        "tbl_lazy_json"
      ]
    },
    {
      "page": "ungroup",
      "title": "Remove grouping from 'JSON' data.",
      "topics": [
        "ungroup",
        "ungroup.tbl_lazy_json"
      ]
    }
  ],
  "_pkglogo": "https://github.com/r-world-devs/jsplyr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/r-world-devs/jsplyr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "digest",
    "dplyr",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sass",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "collect-with-promises.Rmd",
      "filename": "collect-with-promises.html",
      "title": "Working with collect() promises in reactive contexts",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Two ways to unwrap a promise",
        "promises::then()",
        "%...>% pipe",
        "A practical example: updating an input from a computed value"
      ],
      "created": "2026-06-25 12:23:40",
      "modified": "2026-06-30 08:45:20",
      "commits": 2
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "jsplyr",
  "_universes": [
    "r-world-devs",
    "maciekbanas"
  ],
  "_previous": "0.0.0.9004",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-17T09:37:41.000Z",
      "distro": "resolute",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/738af76c36e05553d3ef297a5880e306597ae6b9ee94f01d550b81ee7d9fd135",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-17T09:38:31.000Z",
      "distro": "resolute",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/7fafe02a4c863cc89f5e7f2c261255ab5985efef09a748e1af934f9e54461703",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-17T09:36:43.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/d299bc7df7a3ff0ee82602c463ebf5144737a56233797c268df9b6a39bc920c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-17T09:36:51.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/5db92a65f6ed63623aa4fdf61509a55ca33d22386d45cb82e40ad9d1dd4a3a1f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-17T09:37:51.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/b9e850e4bcc8d74178fa352b1aa7f98402ad64911961a203e112047277374c7f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T09:36:39.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/acb13f7c83d68c5d0d09a87fb1a390a91106172ed7a6c347d57d125570c84d03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T09:36:34.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/d8263bd963c83fe83f05fef554735832d73bfe28ff372e4fa60c290ed7a61f93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-17T09:36:33.000Z",
      "commit": "9667bff598c4bed8afaceb299dbfedd8c98b8dce",
      "fileid": "https://r2.ropensci.org/88427a6b0252c6d59aed6a683765f8ff3084a31e777be62e9ac6e23346473410",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-world-devs/actions/runs/29570303093"
    }
  ]
}