# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "ggsketch" in publications use:' type: software license: MIT title: 'ggsketch: Grammar-Native Hand-Drawn Geoms for ''ggplot2''' version: 2.0.0 abstract: 'Provides ''ggplot2'' geoms that render with a hand-drawn, sketchy aesthetic: roughened strokes, double-pass lines, and hachure, cross-hatch, zigzag, and dots fill patterns. Implemented as pure-R ''grid'' grobs wrapped in ''ggproto'' geoms, composable with aes(), stats, scales, and faceting. Works on every R graphics device (PDF, PNG, SVG, screen) with no browser dependency. Algorithms are reimplemented from the published ''rough.js'' algorithm description (Shihn, 2020, ) and Wood and others (2012, ); see the NOTICE file in the package sources for attribution.' authors: - family-names: Ghosh given-names: Arijit email: arijitghosh2009@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/orijitghosh/ggsketch commit: 5f9223df868c6ede724d42eb10123a7ba1ee1808 url: https://orijitghosh.github.io/ggsketch/ date-released: '2026-07-17' contact: - family-names: Ghosh given-names: Arijit email: arijitghosh2009@gmail.com