Skip to content

FSelectorRcpp

'Rcpp' Implementation of 'FSelector' Entropy-Based Feature Selection Algorithms with a Sparse Matrix Support

v0.3.13 · Oct 2, 2024 · GPL-2

Description

'Rcpp' (free of 'Java'/'Weka') implementation of 'FSelector' entropy-based feature selection algorithms based on an MDL discretization (Fayyad U. M., Irani K. B.: Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning. In 13'th International Joint Conference on Uncertainly in Artificial Intelligence (IJCAI93), pages 1022-1029, Chambery, France, 1993.) <https://www.ijcai.org/Proceedings/93-2/Papers/022.pdf> with a sparse matrix support.

Downloads

CRAN

3.1K

Last 30 days

2137th

13.3K

Last 90 days

59.3K

Last year

Trend: -45.1% (30d vs prior 30d)

r2u CRAN

35

Last 30 days

144

Last 90 days

523

Last year

Trend: -34% (30d vs prior 30d)

autoCRAN

12

Last 7 days

26

Last 30 days

6

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 2, 2026
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
NOTE r-oldrel-macos-arm64

package dependencies

Package suggested but not available for checking: ‘RTCGA.rnaseq’
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.9Mb
  sub-directories of 1Mb or more:
    libs   9.5Mb
ERROR 11 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/FSelectorRcpp.Rcheck/00install.out' for details.
NOTE r-oldrel-macos-arm64

package dependencies

Package suggested but not available for checking: ‘RTCGA.rnaseq’
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.9Mb
  sub-directories of 1Mb or more:
    libs   9.5Mb
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

package dependencies

Package suggested but not available for checking: ‘RTCGA.rnaseq’
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.9Mb
  sub-directories of 1Mb or more:
    libs   9.5Mb

Code

Structure

Lines of code

4,740

Files

76

Compiled share

13.2%

Has compiled src

Yes

Language breakdown

R 1,638 (34.6%)C/C++/src 627 (13.2%)Tests 869 (18.3%)Docs 577 (12.2%)Vignettes 1,029 (21.7%)

API

Exported functions

12

Internal functions

31

Recent export changes

v0.3.7+1 relief

Testing & CI

Has tests

Yes

Test-to-code ratio

0.53

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

50%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

No

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

0%

Unsafe pattern score

0

Dep constraint coverage

33.3%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

3.4

System requirements

C++ standard

License

GPL-2

License flags

SPDX valid, OSI approved

History

Versions

14

First release

2017-03-06

Latest release

2024-10-02

Avg cadence

129 days

Cold removal rate

Dep drift

0

LOC over versions

v0.1.0: 3,299 LOCv0.1.2: 3,306 LOCv0.1.3: 3,319 LOCv0.1.8: 3,425 LOCv0.1.10: 3,441 LOCv0.2.1: 3,852 LOCv0.3.0: 4,139 LOCv0.3.1: 4,139 LOCv0.3.3: 4,199 LOCv0.3.7: 4,634 LOCv0.3.8: 4,646 LOCv0.3.10: 4,731 LOCv0.3.11: 4,731 LOCv0.3.13: 4,740 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Reverse Dependencies (7)

imports

Dependency Network

Dependencies Reverse dependencies Rcpp foreach iterators sphereML svmodt filtro mlr mlr3filters mlrCPO sense FSelectorRcpp

Version History

15 tracked
new 0.3.13 Mar 10, 2026
updated 0.3.13 ← 0.3.11 diff Oct 2, 2024
updated 0.3.11 ← 0.3.10 diff Apr 27, 2023
updated 0.3.10 ← 0.3.8 diff Apr 22, 2023
updated 0.3.8 ← 0.3.7 diff Jan 13, 2021
updated 0.3.7 ← 0.3.3 diff Oct 7, 2020
updated 0.3.3 ← 0.3.1 diff Jan 23, 2020
updated 0.3.1 ← 0.3.0 diff Apr 21, 2019
updated 0.3.0 ← 0.2.1 diff Nov 11, 2018
updated 0.2.1 ← 0.1.10 diff Aug 1, 2018
updated 0.1.10 ← 0.1.8 diff Jun 26, 2018
updated 0.1.8 ← 0.1.3 diff Sep 4, 2017
updated 0.1.3 ← 0.1.2 diff Apr 28, 2017
updated 0.1.2 ← 0.1.0 diff Mar 11, 2017
new 0.1.0 Mar 5, 2017