Type: Package Package: locatexec Title: Detection and Localization of Executable Files Version: 0.2.0 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph") ) Description: A set of functions to locate some programs available on the user machine. It can locate 'Node.js', 'npm', 'LibreOffice', 'Microsoft Word', 'Microsoft PowerPoint', 'Microsoft Excel', 'Python', 'pip', 'Mozilla Firefox', 'Google Chrome', 'Air' and 'Pandoc'. The user can test the availability of a program, optionally with a required version, and call it with the functions system2() or system(). This allows the use of a single function to retrieve the path to a program regardless of the operating system and its configuration. License: MIT + file LICENSE URL: https://ardata-fr.github.io/locatexec/ BugReports: https://github.com/ardata-fr/locatexec/issues Imports: utils Suggests: testthat (>= 3.0.0) Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://ardata-fr.r-universe.dev Date/Publication: 2026-05-25 15:45:40 UTC RemoteUrl: https://github.com/ardata-fr/locatexec RemoteRef: HEAD RemoteSha: d5bba058cb796e419e2cd4fac32b59a4c159a86c NeedsCompilation: no Packaged: 2026-07-03 22:09:13 UTC; root Author: David Gohel [aut, cre], ArData [cph] Maintainer: David Gohel