Type: Package Package: devoid Title: A Graphic Device that Does Nothing Version: 0.1.2.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/r-lib/devoid BugReports: https://github.com/r-lib/devoid/issues Suggests: covr Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 RoxygenNote: 7.1.0.9000 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-04-25 09:12:49 UTC RemoteUrl: https://github.com/r-lib/devoid RemoteRef: HEAD RemoteSha: 2aed60d0f1755a23dd32cf19861877ee31d25a54 NeedsCompilation: yes Packaged: 2026-07-01 10:14:52 UTC; root Author: Thomas Lin Pedersen [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen