-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.14 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
Package: signatr
Title: Infer functions signatures by fuzzing their inputs
Version: 0.0.0.9000
Authors@R:
c(person(given = "Filip",
family = "Křikava",
role = c("aut", "cre"),
email = "filip.krikava@fit.cvut.cz",
comment = c(ORCID = "0000-0002-0478-6202")),
person(given = "Pierre",
family = "Donat-Bouillud",
role = c("aut"),
email = "donatpie@fit.cvut.cz",
comment = c(ORCID = "0000-0003-4455-1130")),
person(given = "Alexi",
family = "Turcotte",
role = c("aut"),
email = "alexi@ccs.neu.edu",
comment = c(ORCID = "0000-0002-0381-0477"))
)
Description: Fuzzes R code to generate code signaturs, using a database of R values.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat
Imports:
argtracer,
cli,
contractr,
dplyr,
generatr,
knitr,
progress,
purrr,
qs,
stringr,
sxpdb,
tibble
Remotes:
PRL-PRG/argtracer,
PRL-PRG/contractr,
reallyTG/generatr,
PRL-PRG/sxpdb