-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.82 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: vdiffr
Title: Visual Regression Testing and Graphical Diffing
Version: 1.0.8.9000
Authors@R: c(
person("Lionel", "Henry", , "lionel@posit.co", role = c("cre", "aut")),
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-5147-4711")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("T Jake", "Luciani", , "jake@apache.org", role = "aut",
comment = "svglite"),
person("Matthieu", "Decorde", , "matthieu.decorde@ens-lyon.fr", role = "aut",
comment = "svglite"),
person("Vaudor", "Lise", , "lise.vaudor@ens-lyon.fr", role = "aut",
comment = "svglite"),
person("Tony", "Plate", role = "ctb",
comment = "svglite: Early line dashing code"),
person("David", "Gohel", role = "ctb",
comment = "svglite: Line dashing code and raster code"),
person("Yixuan", "Qiu", role = "ctb",
comment = "svglite: Improved styles; polypath implementation"),
person("Håkon", "Malmedal", role = "ctb",
comment = "svglite: Opacity code")
)
Description: An extension to the 'testthat' package that makes it easy to
add graphical unit tests. It provides a Shiny application to manage
the test cases.
License: MIT + file LICENSE
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
BugReports: https://github.com/r-lib/vdiffr/issues
Depends:
R (>= 4.0)
Imports:
diffobj,
glue,
grDevices,
htmltools,
lifecycle,
rlang,
testthat (>= 3.0.3),
xml2 (>= 1.0.0)
Suggests:
covr,
decor,
ggplot2 (>= 3.2.0),
roxygen2,
withr
LinkingTo:
cpp11
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: libpng