forked from mi2-warsaw/FSelectorRcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.01 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
Package: FSelectorRcpp
Type: Package
Title: 'Rcpp' implementation of 'FSelector' entropy-based feature selection algorithms with a sparse matrix support
Version: 0.1.0
Date: 2016-02-20
Authors@R: c(
person("Zygmunt", "Zawadzki", role = c("aut", "cre"), email = "[email protected]"),
person("Marcin", "Kosinski", role = c("aut"), email = "[email protected]"),
person("Krzysztof", "Slomczynski", role = c("ctb"), email = "[email protected]")
)
Description: 'Rcpp' (free of Java/Weka) implementation of 'FSelector' entropy-based feature selection algorithms with a sparse matrix support.
Depends: R (>= 3.3.2)
License: GPL-2
LazyData: TRUE
SystemRequirements: C++11
Imports:
Rcpp (>= 0.12.0),
foreach,
iterators
LinkingTo: Rcpp, BH, RcppArmadillo, testthat
Suggests:
testthat,
Matrix,
RcppArmadillo,
dplyr,
RWeka,
entropy,
FSelector,
randomForest,
doSNOW,
doParallel,
rpart,
MASS,
covr,
parallel,
htmltools
RoxygenNote: 5.0.1