Package: devoid
Type: Package
Title: A Graphic Device that Does Nothing
Version: 0.1.2
Authors@R: 
    c(person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("aut", "cre"),
             email = "thomas.pedersen@posit.co"),
      person(given = "Posit, PBC",
             role = "cph"))
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
Encoding: UTF-8
RoxygenNote: 7.1.0.9000
URL: https://github.com/r-lib/devoid
BugReports: https://github.com/r-lib/devoid/issues
Suggests: covr
NeedsCompilation: yes
Packaged: 2023-04-25 10:32:59 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre],
  Posit, PBC [cph]
Maintainer: Thomas Lin Pedersen <thomas.pedersen@posit.co>
Repository: CRAN
Date/Publication: 2023-04-25 10:50:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 04:04:00 UTC; unix
Archs: devoid.so.dSYM
