# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "devoid" in publications use:' type: software license: MIT title: 'devoid: A Graphic Device that Does Nothing' version: 0.1.2.9000 doi: 10.32614/CRAN.package.devoid abstract: Provides a non-drawing graphic device for benchmarking purpose. In order to properly benchmark graphic drawing code it is necessary to factor out the device implementation itself so that results are not related to the specific graphics device used during benchmarking. The 'devoid' package implements a graphic device that accepts all the required calls from R's graphic engine but performs no action. Apart from benchmarking it is unlikely that this device has any practical use. authors: - family-names: Pedersen given-names: Thomas Lin email: thomas.pedersen@posit.co repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/devoid commit: 092d889402f5f7b3f017d81d64c4c1b15954ba9d url: https://github.com/r-lib/devoid contact: - family-names: Pedersen given-names: Thomas Lin email: thomas.pedersen@posit.co