-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
31 lines (31 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: R.devices
Version: 2.17.2-9001
Depends:
R (>= 2.14.0)
Imports:
grDevices,
R.methodsS3 (>= 1.8.1),
R.oo (>= 1.24.0),
R.utils (>= 2.10.1),
base64enc (>= 0.1-2)
Suggests:
digest (>= 0.6.13),
Cairo (>= 1.5-9),
R.rsp
VignetteBuilder: R.rsp
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Title: Unified Handling of Graphics Devices
Description: Functions for creating plots and image files in a unified way
regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default
device options as well as scales and aspect ratios are controlled in a uniform
way across all device types. Switching output format requires minimal changes
in code. This package is ideal for large-scale batch processing, because it
will never leave open graphics devices or incomplete image files behind, even on
errors or user interrupts.
License: LGPL (>= 2.1)
URL: https://henrikbengtsson.github.io/R.devices/, https://github.com/HenrikBengtsson/R.devices
BugReports: https://github.com/HenrikBengtsson/R.devices/issues
LazyLoad: TRUE