-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 892 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
29
Package: mrstudyr
Title: A tool for retrospectively studying mutant reduction techniques for
mutation testing
Version: 0.0.0.9000
Authors@R: person("Colton", "McCurdy", email = "[email protected]", role = c("aut", "cre"))
Description: In an attempt to decrease runtime of the mutation analysis process
we will attempt to generate a subset of data that can effectively and accurately
(a mutation score in close proxmity to the mutation score of the original
dataset) provide mutation scores. The selective approach will select a set of
mutants that will accurately represent the entire dataset.
Depends:
R (>= 3.3.1),
readr,
dplyr,
magrittr,
ggplot2,
broom,
parallel
Imports:
readr,
dplyr,
magrittr,
ggplot2,
broom,
parallel
License: GNU GENERAL PUBLIC LICENSE v3.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1