-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 949 Bytes
/
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
Package: tinysnapshot
Type: Package
Title: Snapshots for Unit Tests using the 'tinytest' Framework
Version: 0.0.6
Authors@R:
c(person(given = "Vincent",
family = "Arel-Bundock",
role = c("aut", "cre", "cph"),
email = "vincent.arel-bundock@umontreal.ca",
comment = c(ORCID = "0000-0003-2042-7063")))
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Description: Snapshots for unit tests using the 'tinytest' framework for R. Includes expectations to test base R and 'ggplot2' plots as well as console output from print().
License: GPL (>= 3)
URL: https://github.com/vincentarelbundock/tinysnapshot
BugReports: https://github.com/vincentarelbundock/tinysnapshot/issues
Imports:
diffobj,
magick (>= 2.7.4),
tinytest (>= 1.4.1)
Suggests:
fontquiver,
ggplot2,
ragg,
rsvg,
svglite
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1