-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
30 lines (30 loc) · 1.01 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
Package: intro-to-snapshot-testing
Type: Presentation
Title: Introduction to Snapshot Testing in R
Version: 1.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Description: This presentation contains introduction to snapshot (aka golden) testing
(in R). This is not a package, and the DESCRIPTION file is included to make it
easier to install required packages in GitHub action workflows.
License: CC0 1.0 Universal
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/IndrajeetPatil/intro-to-snapshot-testing/,
https://indrajeetpatil.github.io/intro-to-snapshot-testing/
BugReports: https://github.com/IndrajeetPatil/intro-to-snapshot-testing/issues
Depends:
downlit,
ggplot2,
knitr,
fs,
quarto,
reticulate,
shinytest2,
testthat,
vdiffr