-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.06 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
32
33
34
35
36
37
Package: ggimg
Type: Package
Title: Graphics Layers for Plotting Image Data with 'ggplot2'
Version: 0.1.2
Authors@R: c(person(
given = "Taylor B.",
family = "Arnold",
email = "tarnold2@richmond.edu",
role = c("aut", "cre")))
Author: Taylor B. Arnold [aut, cre]
Maintainer: Taylor B. Arnold <tarnold2@richmond.edu>
Description: Provides two new layer types for displaying image data as layers
within the Grammar of Graphics framework. Displays images using either a
rectangle interface, with a fixed bounding box, or a point interface using a
central point and general size parameter. Images can be given as local
JPEG or PNG files, external resources, or as a list column containing
raster image data.
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 3.2.1),
utils,
jpeg,
png,
abind
Suggests:
knitr (>= 1.15),
rmarkdown,
dplyr,
testthat (>= 1.0.1),
covr (>= 2.2.2)
License: GPL-2
URL: https://github.com/statsmaths/ggimg
BugReports: https://github.com/statsmaths/ggimg/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3