-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.12 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
Package: xpectr
Title: Generates Expectations for 'testthat' Unit Testing
Version: 0.4.3.9000
Authors@R:
c(person(given = "Ludvig Renbo",
family = "Olsen",
role = c("aut", "cre"),
email = "r-pkgs@ludvigolsen.dk",
comment = c(ORCID = "0009-0006-6798-7454", Twitter = "@ludvigolsen")),
person(given = "R. Mark",
family = "Sharp",
role = c("ctb")))
Description: Helps systematize and ease the process of
building unit tests with the 'testthat' package by providing
tools for generating expectations.
License: MIT + file LICENSE
URL: https://github.com/ludvigolsen/xpectr
BugReports: https://github.com/ludvigolsen/xpectr/issues
Depends:
R (>= 3.5.0)
Imports:
clipr (>= 0.7.0),
checkmate (>= 2.0.0),
dplyr,
fansi (>= 0.4.1),
lifecycle,
plyr,
rlang,
rstudioapi (>= 0.10),
stats,
testthat (>= 2.3.1),
tibble,
utils,
withr (>= 2.0.0)
Suggests:
data.table,
knitr,
rmarkdown
RdMacros:
lifecycle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr