-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 907 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 907 Bytes
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
Package: quickcheck
Title: Property Based Testing
Version: 0.1.3
Authors@R:
person(given = "Andrew",
family = "McNeil",
role = c("aut", "cre"),
email = "andrew.richard.mcneil@gmail.com")
Description: Property based testing, inspired by
the original 'QuickCheck'. This package builds on
the property based testing framework provided by
'hedgehog' and is designed to seamlessly integrate with
'testthat'.
License: MIT + file LICENSE
URL: https://github.com/armcn/quickcheck, https://armcn.github.io/quickcheck/
BugReports: https://github.com/armcn/quickcheck/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
testthat (>= 3.0.0),
hedgehog,
purrr,
tibble,
data.table,
hms,
stats,
magrittr
Suggests:
knitr,
rmarkdown,
covr,
dplyr
Config/testthat/edition: 3