Changelog
Source:NEWS.md
locatexec 0.2.0
CRAN release: 2026-05-25
- Add detection of the ‘air’ executable (R formatter).
- Add detection of the ‘Pandoc’ executable.
- Make version parsing robust: an executable emitting an unexpected
--versionoutput (e.g. the Firefox snap wrapper on Ubuntu) no longer raises “invalid version specification” but is reported as not found. - Fix
min_version_available(version=...) - Set
NODE_DISABLE_COMPILE_CACHE=1when calling node/npm to avoid leaving anode-compile-cachedirectory in the temp directory.