Skip to content

ExhaustiveSearch

A Fast and Scalable Exhaustive Feature Selection Framework

v1.0.2 · Sep 19, 2025 · GPL (>= 3)

Description

The goal of this package is to provide an easy to use, fast and scalable exhaustive search framework. Exhaustive feature selections typically require a very large number of models to be fitted and evaluated. Execution speed and memory management are crucial factors here. This package provides solutions for both. Execution speed is optimized by using a multi-threaded C++ backend, and memory issues are solved by by only storing the best results during execution and thus keeping memory usage constant.

Downloads

CRAN

329

Last 30 days

13636th

817

Last 90 days

4.9K

Last year

Trend: +61.3% (30d vs prior 30d)

r2u CRAN

24

Last 30 days

114

Last 90 days

425

Last year

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

autoCRAN

2

Last 7 days

6

Last 30 days

0

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 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
ERROR 13 OK · 0 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/ExhaustiveSearch.Rcheck/00install.out' for details.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Line coverage

Expression

Tests / Examples

Functions

57 3 exported

Complexity

6.2 avg / 32 max

Call network

57 nodes / 43 edges

Test coverage has not been measured for this package yet; nodes fall back to a neutral fill.

Loading call graph…

Lowest coverage

Per-function coverage is not measured for this package yet.

Code

Structure

Lines of code

4,496

Files

31

Compiled share

83.2%

Has compiled src

Yes

Language breakdown

R 451 (10%)C/C++/src 3,741 (83.2%)Docs 304 (6.8%)

API

Exported functions

3

Internal functions

3

Recent export changes

v1.0.0+3 ExhaustiveSearch, getFeatures, resultTable

Testing & CI

Has tests

No

Test-to-code ratio

0.00

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL (>= 3)

License flags

SPDX valid, OSI approved

History

Versions

3

First release

2021-01-15

Latest release

2025-09-19

Avg cadence

854 days

Cold removal rate

Dep drift

0

LOC over versions

v1.0.0: 4,497 LOCv1.0.1: 4,491 LOCv1.0.2: 4,496 LOC

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

Dependency Network

Dependencies Reverse dependencies Rcpp ExhaustiveSearch

Version History

4 tracked
new 1.0.2 Mar 10, 2026
updated 1.0.2 ← 1.0.1 diff Sep 18, 2025
updated 1.0.1 ← 1.0.0 diff Jan 17, 2021
new 1.0.0 Jan 14, 2021