-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 972 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
30
31
32
33
34
35
Package: Explore
Type: Package
Title: Exhaustive Procedure for LOgic-Rule Extraction (EXPLORE)
Version: 0.4.0
Date: 2020-12-14
Authors@R: c(
person("Aniek", "Markus", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-5779-4794")),
person("Cesar", "Barboza", , "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0009-0002-4453-3071"))
)
Description: This package is the R Implementation of the Exhaustive Procedure for LOgic-Rule Extraction (EXPLORE) in C++.
License: GPL (>= 2)
Depends:
R (>= 3.6.0)
Imports:
checkmate (>= 2.2.0),
farff,
Rcpp (>= 1.0.5),
RcppParallel,
stringr,
caret,
pracma,
glue,
magrittr
Encoding: UTF-8
LinkingTo: Rcpp, BH (>= 1.51.0), RcppParallel
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
withr,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/mi-erasmusmc/Explore