empi.install: Installs the required external program

View source: R/empi.install.R

empi.installR Documentation

Installs the required external program

Description

Downloads Enhanced Matching Pursuit Implementation external program (or EMPI for short) and stores it in the cache directory.

Usage

empi.install()

Value

The function downloads the EMPI program in a version compatible with the operating system used (Windows, Linux, MacOS-x64, MacOS-arm64) and stores it in the cache directory.

Examples

if (interactive()) {
  empi.install()
}


MatchingPursuit documentation built on April 9, 2026, 9:08 a.m.