# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "jsplyr" in publications use:' type: software license: MIT title: 'jsplyr: Manipulate ''JSON'' Data in the Browser with a ''dplyr'' Interface' version: 0.1.0 abstract: A 'dplyr' backend for 'shiny' applications that manipulates 'JSON' data in the web browser instead of on the server. Data manipulation verbs such as filter, select, mutate, summarise, arrange, and joins are evaluated lazily and translated into 'JavaScript' operations that run client-side, following the lazy evaluation approach of 'dbplyr' but generating 'JavaScript' rather than 'SQL'. Results are returned to R asynchronously as promises. This keeps data wrangling responsive for large data frames by offloading the work to the client. authors: - family-names: Banas given-names: Maciej email: banasmaciek@gmail.com - family-names: Igras given-names: Krystian email: krystian8207@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/r-world-devs/jsplyr commit: 7e87ffbee8fc8a01f1f0a2d0c0cddeef7f9b0328 url: https://r-world-devs.github.io/jsplyr/ date-released: '2026-07-16' contact: - family-names: Banas given-names: Maciej email: banasmaciek@gmail.com