# ------------------------------------------------ # 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 doi: 10.32614/CRAN.package.jsplyr 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://r-world-devs.r-universe.dev repository-code: https://github.com/r-world-devs/jsplyr commit: 9667bff598c4bed8afaceb299dbfedd8c98b8dce url: https://r-world-devs.github.io/jsplyr/ date-released: '2026-07-17' contact: - family-names: Banas given-names: Maciej email: banasmaciek@gmail.com